Skip to content

Instantly share code, notes, and snippets.

@cwake
Last active March 5, 2017 01:55
Show Gist options
  • Save cwake/93554f5a19c0d501bea6ac981840cf80 to your computer and use it in GitHub Desktop.
Save cwake/93554f5a19c0d501bea6ac981840cf80 to your computer and use it in GitHub Desktop.
body{
background-image: url(Birds.jpg);
background-position: center;
background-color: #cccccc;
font-family: monospace;, courier new;
font-size: 12px;
}
h1{
background-color: transparent;
font-family: "Lobster", serif;
color: black;
text-align: center;
font-size: 500%
}
h2{
background-color: white;
font-family: "Lobster", serif;
color: black;
text-align: center;
font-size: 300%
}
p{
background-color: white;
font-family: "Lobster", serif;
color: black;
text-align: center;
font-size: 200%
}
a{
background-color: white;
font-family: "Lobster", serif;
color: black;
text-align: center;
font-size: 150%
}
div{
position: fixed;
}
.fa {
padding: 20px;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #3B5998;
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment