Browse Source

Prettification

gh-pages
Titouan Rigoudy 11 years ago
parent
commit
e115632346
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      style.css

+ 15
- 0
style.css View File

@ -1,5 +1,20 @@
html {
background-color: #C2E0D1;
min-height: 100%;
}
body {
font-family: sans-serif;
max-width: 800px;
min-height: 100%;
margin: 0px auto;
padding: 50px 100px 100px 100px;
background-color: #EBF5F0;
box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
}
h1, a {
color: #339966;
}
.displaynone, #fbbutton {


Loading…
Cancel
Save