Skip to content

Instantly share code, notes, and snippets.

@fredericAerts
Created July 7, 2015 15:45
Show Gist options
  • Select an option

  • Save fredericAerts/1361d1670013ac0e6976 to your computer and use it in GitHub Desktop.

Select an option

Save fredericAerts/1361d1670013ac0e6976 to your computer and use it in GitHub Desktop.
web developer in 5 days - v1
@import url(http://fonts.googleapis.com/css?family=Lobster);
body {
font-family: 'Lobster', cursive;
background:#444;
text-align: center;
}
h1 {
margin-top:50px;
font-size: 50px;
color: #222;
text-shadow: 0px 2px 1px #777;
text-shadow: 0px 2px 1px #777, 0px -4px 2px #000;
}
p {
width: 40%;
margin: auto;
padding: 30px;
font-size: 20px;
color: #fff;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment