TechCodex@programming.dev to Programmer Humor@lemmy.mlEnglish · 1 year agoCSS: Chaos-Soothe-Shakeprogramming.devimagemessage-square13fedilinkarrow-up1352arrow-down110
arrow-up1342arrow-down1imageCSS: Chaos-Soothe-Shakeprogramming.devTechCodex@programming.dev to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square13fedilink
minus-squarenero@lemmy.worldlinkfedilinkEnglisharrow-up5·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 #