The Beginning
Web development has always been a fascinating subject for me. The ability to create something from scratch and have it live on the internet for everyone to interact with is truly amazing. My journey started with HTML, the building block of all web pages.
Learning CSS
After getting a good grasp of HTML, I moved on to CSS, the language that brings websites to life with design. I struggled initially with concepts like flexbox and grid, but with time, I learned how to create responsive, visually appealing layouts.
.container {
display: flex;
justify-content: space-between;
}
Learning CSS
After getting a good grasp of HTML, I moved on to CSS, the language that brings websites to life with design. I struggled initially with concepts like flexbox and grid, but with time, I learned how to create responsive, visually appealing layouts.