The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Any idea why i’m not seeing the red square in browser????
**HTML=**
**CSS=**
div { width:300px; height:300px; color:red; }
Because color sets text color, try background-color instead.
Oops. :)
trappings of being a beginner ;)