TechCodex to Programmer Humor@lemmy.mlEnglish · 2 years agoCSS: Chaos-Soothe-Shakeimagemessage-square11fedilinkarrow-up1370arrow-down110
arrow-up1360arrow-down1imageCSS: Chaos-Soothe-ShakeTechCodex to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square11fedilink
minus-squarenero@lemmy.worldlinkfedilinkEnglisharrow-up6·2 years 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 #