]> git.deb.at Git - debienna.git/blob - local.css
creating a very basic structure for the html template
[debienna.git] / local.css
1 .contentwrapper{
2         width: 960px;
3         margin: 0 auto;
4
5 }
6
7 .column-left{
8         float: left;
9         width: 500px;
10         background-color: #DDDDDD;
11         padding: 10px;
12 }
13
14 .column-right{
15         float: right;
16         width: 400px;
17         background-color: #DDDDDD;
18         padding: 10px;
19 }
20
21
22 /*Adjustment of textAdjustment of text */  
23 h1, h2, h3, .title{
24         color: #D70A53;
25 }
26
27 .title {
28 }