Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 999 Bytes

File metadata and controls

39 lines (25 loc) · 999 Bytes

Assignment

Practice HTML & CSS

Using CSS:

  • Make first letter in the paragraph larger then the rest?
  • Change background colour of every second paragraph to e.g. grey

Build a Blog

Build a publishing web page that will have following elements:

  • title
  • navigation
  • sections (as a topics for the blog e.g. technology, food recipes, ...)
    • articles
  • side bar (with information about you)
  • footer

Apply following:

  • media queries
  • responsive grid made with float left

optional:

  • flex box look at css tricks article

You can, but don't have to use below layout:

alt text

Get ready for JavaScript

What is javascript? Watch video

Complete exercises on sololearn up to module 3.

Introduction to Git and Github