Explorar o código

Experimented with 1 -4 columns layout

Muhammad Talha Mansoor %!s(int64=13) %!d(string=hai) anos
pai
achega
afb6c92436
Modificáronse 2 ficheiros con 54 adicións e 4 borrados
  1. 31 4
      index.html
  2. 23 0
      style.css

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 31 - 4
index.html


+ 23 - 0
style.css

@@ -1,4 +1,27 @@
 #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;
 float:left;
+padding-right:24px;
 }