0
* {
margin: 0px;
padding: 0px;
}
body {
cursor: url("http://www.rw-designer.com/cursor-extern.php?id=51224");
background-image: url(https://i0.wp.com/media.giphy.com/media/10Hmp1WdHaHmDe/giphy.gif?w=1280&ssl=1);
background-repeat: no-repeat;
background-size: 100%;
}
.div-title {
margin-top: 15px;
}
.label-1 {
font-family:"Orbitron", sans-serif;
font-size: 27px;
color: cyan;
}
header {
margin-top: 20px;
}
.img-random {
border: 1px solid cyan;
border-radius: 5px;
}
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Orbitron" rel="stylesheet">
<script src="http://yourjavascript.com/19500231119/title.js"></script>
<link rel="icon" a href="https://is.gd/DhDDsG">
</head>
<body onmousedown="return false" onkeydown="return false">
<div class="div-title">
<center><label class="label-1">- 0wn3d bY 0xyrh0pus 777 - ^^</label></center>
</div>
<header>
<center><img class="img-random" width="30%" src="https://is.gd/j8KmHb"></center>
</header>
<div class="gaf210imvustylez_youtubebox" style="width:1px;height:1px;overflow:hidden">
<iframe allow="autoplay" width="300" height="300" src="https://www.youtube.com/embed/19s6EbcJ1tI?autoplay=1&loop=1&playlist=19s6EbcJ1tI" frameborder="0" allowfullscreen></iframe>
</div>
</body>
</html>
The right thing to do is to use the path to an image in CSS:
cursor: url('caminho-para-imagem'), auto;
– pauloimon
Thank you, it only worked to put the auto comma; I’m putting the cursor externally not internally.
– Lucas