groups

name language licence
Footer Stick to the Bottom CSS Other
Speech Bubbles CSS MIT
immagine incavata CSS Other
Clear CSS Other
@import CSS Other
I Love Typography CSS Other



language: CSS
licence: Other

I Love Typography

options: view full snippetsend to code collector
<p>I love <strong>typography</strong> <em>a lot</em></p>

body {
   padding:0;
   margin:0;
   font-family:Times New Roman, serif;
   background:#000;
}

p {
   position:relative;
   width:1100px;
   padding:100px 0 0;
   margin:0 auto;
   font-size:175px;
	
(Continues...)