]> git.r.bdr.sh - rbdr/r.bdr.sh/blob - jekyll/esposario/style.css
4777716a11d95755c920b1c3142b5c9b81f4c151
[rbdr/r.bdr.sh] / jekyll / esposario / style.css
1 *{
2 margin: 0;
3 padding: 0;
4 }
5
6 body{
7 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
8 font-size: .625em;
9 text-align: center;
10 }
11
12 #wrapper{
13 text-align: left;
14 margin: 20px auto;
15 width: 361px;
16 }
17
18 #wrapper img{
19 width: 361px;
20 height: 465px;
21 }
22
23 h1{
24 color: #EC008C;
25 font-size: 3.6em;
26 }
27
28 p{
29 color: #666;
30 font-size: 1.2em;
31 }