зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
315 B
HTML
19 строки
315 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<script>
|
|
|
|
function boom()
|
|
{
|
|
document.body.style.overflow = "scroll";
|
|
c.style.visibility = "";
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
<body onload="boom();">
|
|
<div id="c" style="position: relative; transition: 2s; display: table-cell; bottom: 0.1vw;"></div>
|
|
</body>
|
|
</html>
|