Tag: HTML

  • Code Corner: Nested Squares

    Code Corner: Nested Squares

    Problem Draw three nested squares in html and css. My Solution Simple, you need three divs nested inside each other with a unique way of referencing them, the rest is done in CSS. I set the body to gray because reasons, there is really no need to do this. The first part is that all…