From 32ddece48e50d56896da65a4e526352edee40abe Mon Sep 17 00:00:00 2001 From: Oussama Mouggal Date: Mon, 2 Feb 2026 12:22:15 +0000 Subject: [PATCH] Completed wireframe task --- Wireframe/index.html | 34 +++++++++++++++++++++++++++------- Wireframe/style.css | 5 +++++ 2 files changed, 32 insertions(+), 7 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..5b23baf52 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -10,23 +10,43 @@

Wireframe

- This is the default, provided code and no changes have been made yet. + This is an article explaining the wireframe structure of a webpage.

- -

Title

+ Readme file picture +

What is the purpose of a Readme file?

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A Readme file serves as a guide for users and developers, providing + essential information about a project, including its purpose, + installation instructions, usage guidelines, and contribution + protocols.

- Read more + Read more +
+
+ Wireframe picture +

What is the purpose of a wireframe? +

+

+ The purpose of a wireframe is to provide a visual guide that represents the skeletal framework of a website or application, helping to plan layout and functionality. +

+ Read more +
+
+ Git logo +

What is a branch in Git? +

+

+ A branch in Git is a separate line of development that allows multiple people to work on different features or fixes simultaneously without affecting the main codebase. +

+ Read more
diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c7..0761837b3 100644 --- a/Wireframe/style.css +++ b/Wireframe/style.css @@ -51,7 +51,11 @@ main { } footer { position: fixed; + left: 0; bottom: 0; + width: 100%; + background-color: #4b3a3a; + color: white; text-align: center; } /* ====== Articles Grid Layout ==== @@ -87,3 +91,4 @@ article { grid-column: span 3; } } +header {text-align: center;} \ No newline at end of file