소스 검색

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;
 }