You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository delves into the box model, flexbox, and key layout techniques in CSS. We explored margin, padding, and the differences between content-box and border-box. Additionally, we introduced the flexbox layout model, which provides a flexible and efficient way to arrange items within a container.
This repository is part of our practical frontend workshop, where participants will use HTML and CSS to build a simple yet visually appealing pizzeria website based on a design created in Figma.
This repository covers the fundamentals of HTML and CSS, focusing on creating structured web pages and basic styling techniques. In this lesson, we explored HTML basics, including tags, element hierarchy, and semantic HTML, as well as how to apply styles and connect CSS to an HTML file.
This repository covers creating and styling forms using HTML5 and CSS3. It includes various input types like text fields, checkboxes, and radio buttons, along with basic HTML5 validation and form styling techniques to improve user experience.