TechCodex@programming.dev to Programmer Humor@lemmy.mlEnglish · 1 year agoCSS: Chaos-Soothe-Shakeprogramming.devimagemessage-square10fedilinkarrow-up1355arrow-down110
arrow-up1345arrow-down1imageCSS: Chaos-Soothe-Shakeprogramming.devTechCodex@programming.dev to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square10fedilink
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 #