إ
إبو الياس
ضيف
من فضلك قم بتحديث الصفحة لمشاهدة المحتوى المخفي
CSS:
.owner {
color: #fff;
background: url(https://moxx.tech/data/assets/m/admin-banner.webp);
background-position: center;
background-size: cover;
border-color: #971a1a !important;
transition: ease-out .5s;
position: relative;
text-align: center;
align-items: center;
padding: 1px 6px 0px 32px;
font-size: 75%;
font-weight: bold;
border-radius: 3px;
margin-top: 3px;
cursor: default;
}
.owner::before {
font-family: 'font awesome 5 pro';
content: "\f21b";
width: 9px; /* Adjust the width of the icon as needed */
height: 16px; /* Adjust the height of the icon as needed */
position: absolute;
left: 8px; /* Adjust the left position of the icon */
top: 50%;
transform: translateY(-50%);
}