diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..bbe2345e6 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. + A wireframe is a basic ,two-dimensional visual representation of a webpage, app interface or product layout.

- -

Title

+ + a README file example because no one can read your mind +

What is the purpose of a README file?

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. +

+ Its purpose is to provide essential information about the project's purpose, functionality, installation instructions, + and usage guidelines, making it easier for users and developers to understand and work with the project. +

+ Read more +
+
+ a mock up webpage in a wireframe view +

What is the purpose of a Wireframe?

+

+ The primary purpose of a wireframe is to establish the basic structure and functionality of a website, app, or other + digital product before diving into visual design and content. It serves as a blueprint or skeletal framework, + visualizing how elements will be arranged and how users will navigate the interface.

- Read more + Read more +
+
+ a branch in GIT connecting the dots showing main branch and feature updates +

What is a branch in Git?

+

+ In Git, a branch is like a separate workspace where you can make changes and try new ideas without affecting the main + project. Think of it as a "parallel universe" for your code. +

+ Read more
diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c7..b691ed0f9 100644 --- a/Wireframe/style.css +++ b/Wireframe/style.css @@ -39,7 +39,7 @@ a { img, svg { width: 100%; - object-fit: cover; + height:400px; } /* ====== Site Layout ====== Setting the overall rules for page regions @@ -53,6 +53,9 @@ footer { position: fixed; bottom: 0; text-align: center; + background-color: bisque; + width:100%; + font-weight: bold; } /* ====== Articles Grid Layout ==== Setting the rules for how articles are placed in the main element. @@ -87,3 +90,6 @@ article { grid-column: span 3; } } +header { + text-align: center; +} \ No newline at end of file