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; }