From 27fe445b67c009ff53d3f5b70333b9b26231400d Mon Sep 17 00:00:00 2001 From: wonsangL Date: Sun, 28 Apr 2019 15:24:49 +0900 Subject: [PATCH] =?UTF-8?q?style.css=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit html overflow:scorll 수정 --- "04\354\236\245/src/main/resources/static/css/style.css" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/04\354\236\245/src/main/resources/static/css/style.css" "b/04\354\236\245/src/main/resources/static/css/style.css" index 715a36a..5af6012 100644 --- "a/04\354\236\245/src/main/resources/static/css/style.css" +++ "b/04\354\236\245/src/main/resources/static/css/style.css" @@ -3,7 +3,7 @@ @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); @import url(http://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css); -html{overflow:scorll;} +html{overflow:scroll;} html, body, div, h1, h2, a, form, table, caption, thead, tbody, tr, th, td, submit { margin:0; outline:0; border:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }