Answers for "text beside an icon"

0

text beside an icon

p {
  display: flex;
  width: 180px;
}

p:before {
  content: "@";
  padding-right: 4px;
}
Posted by: Guest on May-11-2021

Browse Popular Code Answers by Language