diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..4036e9114 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -8,26 +8,34 @@
-

Wireframe

-

- This is the default, provided code and no changes have been made yet. -

+

Understanding Developer Tools

+

A simple guide to README files, wireframes, and the Git branches.

- -

Title

-

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

- Read more + README file illustration +

What is the purpose of a README file?

+

A README explains what a project does, how to install it, and how to use it.

+ Learn more
+ +
+ Wireframe sketch +

What is the purpose of a wireframe?

+

A wireframe shows the layout of a webpage before coding begins. It helps developers plan structure and content.

+ Learn more +
+ +
+ Git branch diagram +

What is a branch in Git?

+

A branch allows you to work on new features without affecting the main codebase.

+ Learn more +
+
diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c7..d068aebcf 100644 --- a/Wireframe/style.css +++ b/Wireframe/style.css @@ -52,7 +52,11 @@ main { footer { position: fixed; bottom: 0; + width: 100%; + background: #333; + color: white; text-align: center; + padding: 10px; } /* ====== Articles Grid Layout ==== Setting the rules for how articles are placed in the main element.