-
+
What is the purpose of a README file?
A README file explains what a project is about, how to use it, and any important information someone needs before working with the project code.
@@ -28,7 +28,7 @@
What is the purpose of a README file?
-
+
What is the purpose of a wireframe?
A wireframe is a simple layout plan that shows where content will go on a webpage before you start designing or coding.
@@ -38,7 +38,7 @@
What is the purpose of a wireframe?
-
+
What is a branch in Git?
A Git baranch lets developers work on new features without affecting the main project. When finished, the branch can be merged back in.
diff --git a/Wireframe/style.css b/Wireframe/style.css
index bd6fa5304..79a484ce7 100644
--- a/Wireframe/style.css
+++ b/Wireframe/style.css
@@ -95,4 +95,18 @@ article {
gap: var(--space);
}
+header{
+ text-align: center;
+}
+
+footer {
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ text-align: center;
+}
+
+
+
From 731dc7489e183c3926047a228eb1175999db0be2 Mon Sep 17 00:00:00 2001
From: ChinweP
Date: Fri, 5 Jun 2026 22:15:54 +0100
Subject: [PATCH 7/8] URL Not Found (404) error fixed
---
Wireframe/index.html | 62 +++++++++++++++++++++++++-------------------
1 file changed, 35 insertions(+), 27 deletions(-)
diff --git a/Wireframe/index.html b/Wireframe/index.html
index aabc4f6ac..458e2284e 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -1,4 +1,4 @@
-
+
@@ -9,8 +9,7 @@
Understanding README Files, Wireframes and Git Branches
-
- A simple guide explaining three important web development concepts.
+ A simple guide explaining three important web development concepts.
@@ -18,42 +17,51 @@ Understanding README Files, Wireframes and Git Branches
What is the purpose of a README file?
- A README file explains what a project is about, how to use it, and any important information someone needs before working with the project code.
+ A README file explains what a project is about, how to use it, and any
+ important information someone needs before working with the project
+ code.
Read more
-
-
-
-
- What is the purpose of a wireframe?
-
- A wireframe is a simple layout plan that shows where content will go on a webpage before you start designing or coding.
-
-
- Read more
-
-
-
-
- What is a branch in Git?
-
- A Git baranch lets developers work on new features without affecting the main project. When finished, the branch can be merged back in.
-
- Read more
-
+
+
+
+ What is the purpose of a wireframe?
+
+ A wireframe is a simple layout plan that shows where content will go
+ on a webpage before you start designing or coding.
+
-
+ Read more
+
+
+
+ What is a branch in Git?
+
+ A Git baranch lets developers work on new features without affecting
+ the main project. When finished, the branch can be merged back in.
+
+ Read more
+
+