Untitled
AhmedRabee
html
2 years ago
651 B
11
Indexable
<!-- BEGIN: Custom CSS-->
<style>
aside ul li a {
position: relative;
}
aside ul li a .notifications-count {
background-color: #ff0000;
border-radius: 100%;
min-width: 22px;
min-height: 22px;
position: absolute;
inset-inline-end: .25rem;
inset-block-start: .25rem;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
font-size: 13px;
font-family: sans-serif;
}
</style>
<!-- END: Custom CSS-->
<div class="notifications-count">6</div>Editor is loading...
Leave a Comment