groups

name language licence
Clear CSS Other
Connessione DB PHP Other
dimensioni effettive di un Div JavaScript Other
Check Email JavaScript Other
@import CSS Other
Require the www Apache Other
Block access to files during certain hours of the day Apache Other
I Love Typography CSS Other

< 1 2 >



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...)