mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-12 13:31:30 +00:00
17 lines
237 B
HTML
17 lines
237 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
div.first {
|
|
margin: 35px auto 95px auto;
|
|
box-shadow: 0px 0px 15px 0px #808080;
|
|
transform: rotate(-180deg);
|
|
width: 100;
|
|
height: 116.36px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="first"></div>
|
|
</body>
|
|
</html>
|