浏览代码

Experimented with 1 -4 columns layout

Muhammad Talha Mansoor 13 年之前
父节点
当前提交
afb6c92436
共有 2 个文件被更改,包括 54 次插入4 次删除
  1. 31 4
      index.html
  2. 23 0
      style.css

文件差异内容过多而无法显示
+ 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;
 }