alx_html_css

CSS Basics – ALX Frontend Project - alx_html_css

This project introduces basic concepts of CSS (Cascading Style Sheets). It builds upon the HTML structure from the previous project [html_basic] and applies styling to improve the appearance of the web pages.


Tasks Completed

✅ 1. Create a New Directory

✅ 2. Copy Existing HTML Files

✅ 3. Create CSS Files

<link href="base.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">

Flexbox Layout – ALX Frontend Project

This part of the project focuses on using CSS Flexbox to organize HTML page structure effectively. It enhances the visual layout of the webpage by arranging content using flexible containers and directional flows.


✅ Task Overview

The following HTML structure was targeted for styling:


Basic Layout and Styling Project

This project is part of the ALX Frontend curriculum. The goal is to apply fundamental CSS concepts, including Flexbox layout and basic styling.


✅ Tasks Completed

1. Layout Structure Using Flexbox


2. Styling and Customization


3. Logo Addition


🚫 Restrictions Followed