Created
August 25, 2019 19:53
-
-
Save ineeee/f5b31f9ce06510322efa84631f89e31c to your computer and use it in GitHub Desktop.
wolowolo.com
This file contains hidden or 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> | |
<link rel="stylesheet" type="text/css" href="muh_styles.css"> | |
<meta charset="UTF-8"> | |
</head> | |
<body> | |
<!--<p id="greeting">welcome to wolowolo.com</p>--> | |
<marquee><img src="bBIa.gif"></marquee> | |
<p id="statement">GRAPHIC DESIGN IS MY PASSION</p> | |
<img src="dolphins.gif"></img> | |
<img src="funny_image.gif"></img> | |
<!-- thanks to Kali_ for this shitpost of a website --> | |
<p align=right>best viewed with <a href="https://archive.org/details/MSIE5"><img width=89 height=31 src=ie.gif></a></p> | |
</body> | |
</html> |
This file contains hidden or 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
@font-face { | |
font-family: comic; | |
src: url(comic.ttf); | |
} | |
html { | |
font-family: comic; | |
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0100+0,2901ff+27,00ff28+51,fce612+76,ff0100+89 */ | |
background: #ff0100; /* Old browsers */ | |
background: -moz-linear-gradient(top, #ff0100 0%, #2901ff 27%, #00ff28 51%, #fce612 76%, #ff0100 89%); /* FF3.6-15 */ | |
background: -webkit-linear-gradient(top, #ff0100 0%,#2901ff 27%,#00ff28 51%,#fce612 76%,#ff0100 89%); /* Chrome10-25,Safari5.1-6 */ | |
background: linear-gradient(to bottom, #ff0100 0%,#2901ff 27%,#00ff28 51%,#fce612 76%,#ff0100 89%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ | |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0100', endColorstr='#ff0100',GradientType=0 ); /* IE6-9 */ | |
} | |
#statement { | |
padding: 50px; | |
text-align: center; | |
font-size: 3em; | |
transform: rotate(-12deg)skewY(20deg)skewX(30deg); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment