Pencarian

Minggu, 30 Juni 2024

CSS Anti Copas di "body"

Simpel saja kode berikut ini berfungsi dengan cara menonaktifkan fungsi block pada elemen <body>

body {

user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    -khtml-user-select: none;

    -webkit-user-select: none;

    -webkit-touch-callout: none;

© 2015 [BUG] GEDEBUG All Rights Reserved.