diff --git a/hwe/css/board.css b/hwe/css/board.css index e69de29b..ff874676 100644 --- a/hwe/css/board.css +++ b/hwe/css/board.css @@ -0,0 +1,25 @@ +#newArticle{ + width:1000px; + margin: 0 auto; +} + +.contentInput{ + width:100%; +} + +.articleFrame{ + width:1000px; + margin: 20px auto; +} + +.commentText{ + width:800px; +} + +.authorPlate .date{ + float:right; +} + +.comment .date{ + float:right; +} \ No newline at end of file