diff --git a/Wireframe/git-branch-svgrepo-com.svg b/Wireframe/git-branch-svgrepo-com.svg
new file mode 100644
index 000000000..7b80805db
--- /dev/null
+++ b/Wireframe/git-branch-svgrepo-com.svg
@@ -0,0 +1,8 @@
+
+
\ No newline at end of file
diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..3b43e486f 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -8,25 +8,40 @@
-
Wireframe
+
Web Development Basics
- This is the default, provided code and no changes have been made yet.
+ This page explains some basic concepts in web development, including what a README file is, what a wireframe is, and how Git branches are used. These ideas help developers plan, build, and manage websites more effectively.
-
-
Title
+
+
The Purpose of a README File
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ A README file is a plain text or Markdown document (usually named README.md) placed at the root of a project folder. It serves as a project's "welcome mat," giving visitors and contributors a quick summary of what the project does, how to install it, and how to use it.
+ A wireframe is a simple visual layout of a webpage or application. It helps developers and designers plan the structure and content before building the final product.
+
+ A Git branch is a separate workspace used to make changes safely. Developers use branches to work on new features without affecting the main project.
+
+ Read more
diff --git a/Wireframe/readme.svg b/Wireframe/readme.svg
new file mode 100644
index 000000000..f65313d01
--- /dev/null
+++ b/Wireframe/readme.svg
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Wireframe/style.css b/Wireframe/style.css
index be835b6c7..fd160c246 100644
--- a/Wireframe/style.css
+++ b/Wireframe/style.css
@@ -31,11 +31,19 @@ body {
color: var(--ink);
font: var(--font);
}
+
+h1,
+header p {
+ text-align: center;
+}
+
a {
padding: var(--space);
border: var(--line);
max-width: fit-content;
}
+
+
img,
svg {
width: 100%;
@@ -53,6 +61,7 @@ footer {
position: fixed;
bottom: 0;
text-align: center;
+ width: 100%;
}
/* ====== Articles Grid Layout ====
Setting the rules for how articles are placed in the main element.
@@ -77,6 +86,7 @@ Keeping things orderly and separate is the key to good, simple CSS.
article {
border: var(--line);
padding-bottom: var(--space);
+ padding: 10px;
text-align: left;
display: grid;
grid-template-columns: var(--space) 1fr var(--space);
diff --git a/Wireframe/wireframe-icon.svg b/Wireframe/wireframe-icon.svg
new file mode 100644
index 000000000..aa7d3a018
--- /dev/null
+++ b/Wireframe/wireframe-icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file