From fd0584581fa183b61200ba5049db849f4ff4613a Mon Sep 17 00:00:00 2001 From: nami Date: Wed, 8 Jun 2022 22:10:38 +0200 Subject: [PATCH] =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20'usx/ind?= =?UTF-8?q?ex.html'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usx/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/usx/index.html b/usx/index.html index 97fad4f..d3e441d 100644 --- a/usx/index.html +++ b/usx/index.html @@ -20,15 +20,16 @@ justify-content: center; align-items: center; - font-size: 1rem; - color: blue; margin-left: auto; margin-right: auto; } - #li1:hover{ + #li1:hover:before{ background: rgba(214,242,249,0.5); content: "issue1"; + font-size: 1rem; + color: blue; + text-align:center; }