This is a simple HTML and CSS project that recreates the flag of Laos using basic layout techniques. It was built as part of my CSS learning journey and focuses on mastering:
- The Box Model
- Relative and Absolute Positioning
- Layering and Nesting
<div>
Elements - Styling with Colors, Fonts, and Sizes
- How to use
position: relative
andabsolute
to control layout - Applying margins and padding for precise alignment
- Nesting
<div>
s and targeting them with CSS selectors - Creating shapes like circles using
border-radius: 50%
- HTML5
- CSS3
β
Completed
π§ͺ Practiced concepts from Section 7 of my Web Development journey