body {
background-color: white;
}
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.root{
animation: shake 1s;
animation-iteration-count: infinite;
font-family: ‘Cuprum’,cursive;
color: black;
font-size: 50px;
}
.coksc{
font-family: ‘Cuprum’,cursive;
color: black;
font-size: 18px;
}
[!]KELELAWAR CYBER TEAM [!]
` Cinta Tak Harus Memiliki,
Tapi Cinta Berhak Menikmati `
<!–
function showTime() {
var a_p = "";
var today = new Date();
var curr_hour = today.getHours();
var curr_minute = today.getMinutes();
var curr_second = today.getSeconds();
if (curr_hour 12) {
curr_hour = curr_hour – 12;
}
curr_hour = checkTime(curr_hour);
curr_minute = checkTime(curr_minute);
curr_second = checkTime(curr_second);
document.getElementById(‘clock’).innerHTML=curr_hour + “:” + curr_minute + “:” + curr_second + ” ” + a_p;
}
function checkTime(i) {
if (i
CopyRight © By Mr V