diff --git a/usx/index.html b/usx/index.html index bdf0a52..75af676 100644 --- a/usx/index.html +++ b/usx/index.html @@ -12,9 +12,20 @@ #wrapper{ background: linear-gradient(231deg, #cbf2ce, #e7f5f9, #b9e9f7, #c9dee4); } + + #li1:before + position: absolute; + display: flex; + justify-content: center; + align-items: center; + content: "issue1"; + font-size: 1rem; + color: blue; + margin-left: auto; + margin-right: auto; + } - #li1:hover{ - content: "issue1" + #li1:hover{ background: rgba(214,242,249,0.5); } @@ -64,7 +75,7 @@ My favourite working medium is HTML and CSS.

- +