]> git.deb.at Git - debienna.git/blobdiff - local.css
creating a very basic structure for the html template
[debienna.git] / local.css
diff --git a/local.css b/local.css
new file mode 100644 (file)
index 0000000..0785753
--- /dev/null
+++ b/local.css
@@ -0,0 +1,28 @@
+.contentwrapper{
+       width: 960px;
+       margin: 0 auto;
+
+}
+
+.column-left{
+       float: left;
+       width: 500px;
+       background-color: #DDDDDD;
+       padding: 10px;
+}
+
+.column-right{
+       float: right;
+       width: 400px;
+       background-color: #DDDDDD;
+       padding: 10px;
+}
+
+
+/*Adjustment of textAdjustment of text */  
+h1, h2, h3, .title{
+       color: #D70A53;
+}
+
+.title {
+}