Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shuailong committed Aug 29, 2016
1 parent cb49e69 commit eb1b497
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
14 changes: 14 additions & 0 deletions css/fifth_typeset_txt.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*分栏排版*/
p{
line-height: 180%;
font-size: 12px;
}
#layout{
width: 700px;
margin: 0px auto;
}
.col{
width: 300px;
padding: 0 10px;
float: left;
}
6 changes: 5 additions & 1 deletion fifth_typeset_txt.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<title>CSS内容排版_TXT</title>
</head>
<body>

<!--分栏排版-->
<div id="layout">
<div class="col">[...]</div>
<div class="col">[...]</div>
</div>
</body>
</html>

0 comments on commit eb1b497

Please sign in to comment.