]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - jekyll/esposario/style.css
Points to tomato sauce
[rbdr/r.bdr.sh] / jekyll / esposario / style.css
CommitLineData
b157bf19
BB
1*{
2 margin: 0;
3 padding: 0;
4}
5
6body{
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
23h1{
24 color: #EC008C;
25 font-size: 3.6em;
26}
27
28p{
29 color: #666;
30 font-size: 1.2em;
31}