diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..bd6453b51 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -8,25 +8,40 @@
- Wireframe
+ Learning Git and Wireframe
- This is the default, provided code and no changes have been made yet.
+ This webpage explains README files, wireframes and Git branches.
- Title
+ What is the purpose of a README file?
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ A README file is a text file that provides information about a project and how to use it.
+
+ Read more
+
+
+
+ What is the purpose of a Wireframe?
+
+ A wireframe is a visual plan used to organise the structure of a website.
+
+ Read more
+
+
+
+ What is the purpose of a Git branch?
+
+ A Git branch is a separate line of development in a Git repository that allows developers to work on different features or bug fixes without affecting the main codebase.
Read more
diff --git a/Wireframe/style.css b/Wireframe/style.css
index be835b6c7..e6b8b955a 100644
--- a/Wireframe/style.css
+++ b/Wireframe/style.css
@@ -87,3 +87,21 @@ article {
grid-column: span 3;
}
}
+
+
+header{
+ text-align: center;
+}
+main{
+ width: 80%;
+ margin: auto ;
+
+}
+article{
+ border: 1px solid black;
+ padding: 10px;
+ margin-bottom: 20px;
+}
+footer{
+ text-align: center;
+}
\ No newline at end of file