Basic blog

Requirements

Problems for in-class lab for the “CSS Advanced” course @SoftUni.

Tasks

  • Create index.html and style.css files
  • Change the document title to Basic blog layout with Grid
  • Create the following elements using semantic tags: header, main, sidebar and footer
  • Arrange them in the basic blog layout by using display property grid

Screenshot

Solution