Skip to content

Babiyew/SBA307-HTML-CSS-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBA 307 – HTML & CSS Website

Overview

This project is a simple three-page website created for the SBA 307 assignment. The goal is to demonstrate core HTML and CSS concepts through a clear structure, consistent layout, and correct use of required elements. The focus is on readability, organization, and proper implementation rather than complex content.

Pages

  • index.html — Home page with text, image, and GIF
  • table.html — Table requirement
  • form.html — Two forms and a dropdown menu

Navigation is consistent across all pages.

Project Features and Requirements

  • Three HTML pages
  • One table
  • Two forms
  • One dropdown menu
  • One static image (PNG/JPG)
  • One animated GIF
  • Inline CSS applied directly to HTML elements
  • Internal CSS included in <style> blocks
  • External CSS managed in styles.css
  • Flexbox used for layout and alignment
  • Two CSS animations applied to visible elements

Technologies Used

  • HTML5
  • CSS3 (Flexbox and animations)

Folder Structure

SBA307/ ├── index.html ├── table.html ├── form.html ├── styles.css ├── images/ └── README.md

Notes

This project follows the SBA 307 assignment guidelines and is designed to be clear, organized, and easy to review.

About

Three-page HTML & CSS website with tables, forms, Flexbox, and CSS animations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors