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..8394cc79c 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 ====