Skip to content

Instantly share code, notes, and snippets.

@safranck
Created February 21, 2015 07:39
Show Gist options
  • Save safranck/df6bea907e9fb6df8216 to your computer and use it in GitHub Desktop.
Save safranck/df6bea907e9fb6df8216 to your computer and use it in GitHub Desktop.
Introduction to PHP and MySQL Stylesheet
/* Styles for our page */
body {
color: #444444;
background-color: #f2aae9;
font-family: 'Trebuchet MS', sans-serif;
font-size: 80%;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.2em;
}
#page {
background-color: #FFFFFF;
width: 60%;
margin: 24px auto;
padding: 12px;
}
#header {
padding: 6px ;
text-align: center;
}
.header {
background-color: #e617cb; color: #FFFFFF;
}
#content {
padding: 4px 0 24px 0;
}
#footer {
color: #666666;
background: #f9f9f9;
padding: 10px 20px;
border-top: 5px #efefef solid;
font-size: 0.8em;
text-align: center;
}
#footer a {
color: #999999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment