TechCodex to Programmer [email protected]English • 1 year agoCSS: Chaos-Soothe-Shakeprogramming.devimagemessage-square10fedilinkarrow-up1332arrow-down110
arrow-up1322arrow-down1imageCSS: Chaos-Soothe-Shakeprogramming.devTechCodex to Programmer [email protected]English • 1 year agomessage-square10fedilink
minus-square@nerolinkEnglish6•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 #