From b74244652e3af3b2cc5113ba5000e1e466eb86f9 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 25 Jan 2019 19:40:13 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=86=EB=8A=94=EA=B2=83=EB=B3=B4=EB=8B=A8?= =?UTF-8?q?=20=EB=82=98=EC=9D=80=20=ED=9A=8C=EC=9D=98=EC=8B=A4=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/css/board.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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