TechCodex@programming.dev to Programmer Humor@lemmy.mlEnglish · 1 year agoCSS: Chaos-Soothe-Shakeprogramming.devimagemessage-square9fedilinkarrow-up1317
arrow-up1308imageCSS: Chaos-Soothe-Shakeprogramming.devTechCodex@programming.dev to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square9fedilink
minus-squarenero@lemmy.worldlinkfedilinkEnglisharrow-up6·1 year agoTo add onto this, you can also have: <div> </div> And style it with: div { background-color: red; } just using the html tags without a . or #
To add onto this, you can also have:
<div> </div>
And style it with:
div { background-color: red; }
just using the html tags without a . or #