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
import url('http://fonts.googleapis.com/css?family=Lobster'); | |
html, body, ul, li, a, p, div, h1{margin:0px; padding:0px;} | |
html{background: #77d5fb;} | |
body{background:none; | |
width: 100%; height: 100%; | |
margin: 0 0; | |
font-family:Arial,Verdana,Sans-Serif; | |
font-size:12px; | |
} |
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
blockquote { | |
position: relative; | |
text-indent: 2em; | |
} | |
.bqstart, | |
.bqend { font-size: 300%; } | |
/* apply IE specific rules first */ | |
.bqstart { |
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
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote { | |
margin: 0; padding: 0; border: 0; | |
} | |
body { | |
font-family: "Chunk", Sans-Serif; color: #fff; | |
background: #566074 url(bg.png); | |
} | |
@font-face { |
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
/* Arbaoui Mehdi copyright 2013 */ | |
/* Notice : Hover effect on social media icons */ | |
body { | |
background: url("http://www.depotwebdesigner.com/images/1/background.jpg"); | |
font: 15px/150% Georgia, "Times New Roman", Times, serif; } | |
/* =============================================== /* | |
/* /* | |
/* Animate CSS : http://daneden.me/animate /* |
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
<link href='http://fonts.googleapis.com/css?family=Sansita+One' rel='stylesheet'> | |
<h1>☺ Retro Style ☺</h1> |
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
body { | |
background-color: #000; | |
background-image: url(images/static.gif); | |
font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 0.3em; | |
font-size: 62.5%; | |
} | |
body, html, div { | |
height: 100%; | |
} |
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
<div class="retro"> | |
<img src="images/retrofy-me.jpg" alt="Retro is cool!" /> | |
</div> |