Bläddra i källkod

Experimented with 1 -4 columns layout

Muhammad Talha Mansoor 13 år sedan
förälder
incheckning
afb6c92436
2 ändrade filer med 54 tillägg och 4 borttagningar
  1. 31 4
      index.html
  2. 23 0
      style.css

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 31 - 4
index.html


+ 23 - 0
style.css

@@ -1,4 +1,27 @@
 #one {
 #one {
+position:relative;
+width:68px;
+float:left;
+padding-right:24px;
+}
+
+#two {
+position:relative;
+width:160px;
+float:left;
+padding-right:24px;
+}
+
+#three {
+position:relative;
+width:252px;
+float:left;
+padding-right:24px;
+}
+
+#four {
+position:relative;
 width:344px;
 width:344px;
 float:left;
 float:left;
+padding-right:24px;
 }
 }