업데이트 'usx/index.html'

master
nami 2 years ago
parent aa61e0d06b
commit 247a2055d0

@ -13,12 +13,13 @@
background: linear-gradient(231deg, #cbf2ce, #e7f5f9, #b9e9f7, #c9dee4); background: linear-gradient(231deg, #cbf2ce, #e7f5f9, #b9e9f7, #c9dee4);
} }
#li1:before #li1:before{
position: absolute; position: absolute;
content: "";
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
content: "issue1";
font-size: 1rem; font-size: 1rem;
color: blue; color: blue;
margin-left: auto; margin-left: auto;
@ -26,7 +27,8 @@
} }
#li1:hover{ #li1:hover{
background: rgba(214,242,249,0.5); background: rgba(214,242,249,0.5);
content: "issue1";
} }
</style> </style>

Loading…
Cancel
Save