TechCodex to Programmer Humor@lemmy.mlEnglish · 1 year agoCSS: Chaos-Soothe-Shakeimagemessage-square11fedilinkarrow-up1369arrow-down110
arrow-up1359arrow-down1imageCSS: Chaos-Soothe-ShakeTechCodex to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square11fedilink
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 #