Created
March 11, 2021 12:13
-
-
Save namikiri/20eed682409b61fb2d1c693aa2f96321 to your computer and use it in GitHub Desktop.
DA TY OHUEL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>A NE OHUEL LI TY?</title> | |
</head> | |
<body> | |
<style type="text/css"> | |
html, body | |
{ | |
text-align: center; | |
font-family: Times New Roman, Helvetica, Serif; | |
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 275, color-stop(0%, #200000), color-stop(100%, #140000)); | |
background-image: -webkit-radial-gradient(center center, farthest-side circle, #200000 0%, #140000 100%); | |
background-image: -moz-radial-gradient(center center, farthest-side circle, #200000 0%, #140000 100%); | |
background-image: -ms-radial-gradient(center center, farthest-side circle, #200000 0%, #140000 100%); | |
background-image: -o-radial-gradient(center center, farthest-side circle, #200000 0%, #140000 100%); | |
background-image: radial-gradient(farthest-side circle at center center, #200000 0%, #140000 100%); | |
} | |
.ohuel-delimiter | |
{ | |
background-color: transparent; | |
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 295, color-stop(20%, #ffffff), color-stop(50%, rgb(122, 0, 0)), color-stop(67%, rgb(20, 0, 0))); | |
background-image: -webkit-radial-gradient(center center, farthest-corner, #ffffff 20%, rgb(122, 0, 0) 50%, rgba(20, 0, 0, 0.0) 67%); | |
background-image: -moz-radial-gradient(center center, farthest-corner, #ffffff 20%, rgb(122, 0, 0) 50%, rgba(20, 0, 0, 0.0) 67%); | |
background-image: -ms-radial-gradient(center center, farthest-corner, #ffffff 20%, rgb(122, 0, 0) 50%, rgba(20, 0, 0, 0.0) 67%); | |
background-image: -o-radial-gradient(center center, farthest-corner, #ffffff 20%, rgb(122, 0, 0) 50%, rgba(20, 0, 0, 0.0) 67%); | |
background-image: radial-gradient(farthest-corner at center center, #ffffff 20%, rgb(122, 0, 0) 50%, rgba(20, 0, 0, 0.0) 67%); | |
width: 600px; | |
margin: 25px auto; | |
height: 7px; | |
} | |
.ohuel-title, .ohuel-text | |
{ | |
text-shadow:0 0 20px #CC0000, | |
15px 15px 30px #CC0000, | |
-15px -15px 30px #CC0000, | |
15px -15px 30px #CC0000, | |
-15px 15px 30px #CC0000; | |
color:#FFe0e0; | |
} | |
.OHUEL | |
{ | |
position: absolute; | |
top: 50%; | |
left: 50%; | |
width: 600px; | |
height: 210px; | |
margin-left: -300px; | |
margin-top: -105px; | |
} | |
.ohuel-title | |
{ | |
font-size: 60pt; | |
} | |
.ohuel-text | |
{ | |
font-size: 32pt; | |
} | |
</style> | |
<div class="OHUEL"> | |
<div class="ohuel-title">DA TY OHUEL</div> | |
<div class="ohuel-delimiter"></div> | |
<div class="ohuel-text">IDI GOVNA POESH, UEBOK</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment