Bir önceki konunuzda zaten yardımcı olunmuştu diye hatırlıyorum
<div class="newEk newRed"><i class="fas fa-user newIcon"></i><font class="fontEk">Çöp</font></div>
.newEk{
display: inline-flex;
color: white;
padding-right: 5px;
border-radius: 2px;
}
.newIcon{
padding: 5px;
margin-right: 5px;
border-top-right-radius: 12px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
background-color: rgba(0,0,0,0.2);
}
.newBlue{
background: #0089ff;
}
.newGreen{
background: #81c784;
}
.newYellow{
background: #e0d010;
}
.newOrange{
background: #e88100;
}
.newRed{
background: #e01023;
}
.fontEk{
position: relative;
top: 4px;
font-size: 90%;
text-shadow: 1px 1px 1px #8a8a8a;
color: rgb(255,255,255);
}omerozkayy Adlı Kullanıcıdan Alıntı: Yoruma githttps://prnt.sc/v5gevd olmadı bu şekilde oldu napmam lazım ?
özelden admin panelini atsam siz yaparmısınız?
<head>
<style>
.newEk{
display: inline-flex;
color: white;
padding-right: 5px;
border-radius: 2px;
}
.newIcon{
padding: 5px;
margin-right: 5px;
border-top-right-radius: 12px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
background-color: rgba(0,0,0,0.2);
}
.newBlue{
background: #0089ff;
}
.newGreen{
background: #81c784;
}
.newYellow{
background: #e0d010;
}
.newOrange{
background: #e88100;
}
.newRed{
background: #e01023;
}
.fontEk{
position: relative;
top: 4px;
font-size: 90%;
text-shadow: 1px 1px 1px #8a8a8a;
color: rgb(255,255,255);
}
</style>
</head>