text beside an icon code example
Example: text beside an icon
p {
display: flex;
width: 180px;
}
p:before {
content: "@";
padding-right: 4px;
}
p {
display: flex;
width: 180px;
}
p:before {
content: "@";
padding-right: 4px;
}