From 247a2055d0fbdd4effb2c05613ee4c2e9b383ea9 Mon Sep 17 00:00:00 2001 From: nami Date: Wed, 8 Jun 2022 22:07:46 +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 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/usx/index.html b/usx/index.html index 75af676..97fad4f 100644 --- a/usx/index.html +++ b/usx/index.html @@ -13,12 +13,13 @@ background: linear-gradient(231deg, #cbf2ce, #e7f5f9, #b9e9f7, #c9dee4); } - #li1:before + #li1:before{ position: absolute; + content: ""; display: flex; justify-content: center; align-items: center; - content: "issue1"; + font-size: 1rem; color: blue; margin-left: auto; @@ -26,7 +27,8 @@ } #li1:hover{ - background: rgba(214,242,249,0.5); + background: rgba(214,242,249,0.5); + content: "issue1"; }