Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 858 Bytes

File metadata and controls

10 lines (8 loc) · 858 Bytes

Lab №4

Instructions

Create a personal webpage about yourself using Flexbox. Follow these guidelines:

  • Header: Include a photo and a title and/or slogan for the page (your name or something else).
  • About Section: Write a short paragraph about yourself. You can add extra text (e.g., Lorem Ipsum) if needed.
  • DIV 1 – Main Hobbies: Display images representing your three main hobbies (excluding computer science). Experiment with align-items for vertical alignment.
  • DIV 2 – Other Interests: List at least five other hobbies/interests in separate divs (no images required, just centered text in each div, e.g., model trains, jazz music, skating, etc.). Use Flexbox properties like flex-wrap, justify-content, etc., to arrange these divs.
  • Feel free to experiment further with Flexbox properties to customize your layout.