diff --git a/Wireframe/Cafe Wireframe .jpg b/Wireframe/Cafe Wireframe .jpg new file mode 100644 index 000000000..8bf7864b6 Binary files /dev/null and b/Wireframe/Cafe Wireframe .jpg differ diff --git a/Wireframe/Classroom.jpg b/Wireframe/Classroom.jpg new file mode 100644 index 000000000..8bf7864b6 Binary files /dev/null and b/Wireframe/Classroom.jpg differ diff --git a/Wireframe/bird.jpg b/Wireframe/bird.jpg new file mode 100644 index 000000000..41a9b4633 Binary files /dev/null and b/Wireframe/bird.jpg differ diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..eafa43a47 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -1,4 +1,4 @@ - + @@ -6,28 +6,57 @@ Wireframe +

Wireframe

- This is the default, provided code and no changes have been made yet. + A wireframe is a simple visual blueprint or sketch of a webpage or + application.

+
- -

Title

+ Image of an upside down monkey +

What is a README File?

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A README file provides information about a project, including its + purpose, installation instructions, and how to use it.

- Read more + Learn more about README files +
+ +
+ An image of a black bird +

What is a Wireframe?

+

+ A wireframe is a visual guide that helps designers and developers plan + the structure and layout of a webpage before building it. +

+ Learn more about wireframes +
+ +
+ an image of a glass building +

What is a Git Branch?

+

+ A Git branch allows developers to work on new features or fixes + separately from the main project without affecting existing code. +

+ Learn more about Git branches
+ diff --git a/Wireframe/monkey.jpg b/Wireframe/monkey.jpg new file mode 100644 index 000000000..d191dda12 Binary files /dev/null and b/Wireframe/monkey.jpg differ diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c7..248d001b1 100644 --- a/Wireframe/style.css +++ b/Wireframe/style.css @@ -30,6 +30,9 @@ body { background: var(--paper); color: var(--ink); font: var(--font); + margin: 0; + padding: 20px; + padding-bottom: 80px; /* to make room for the fixed footer */ } a { padding: var(--space); @@ -49,10 +52,23 @@ main { max-width: var(--container); margin: 0 auto calc(var(--space) * 4) auto; } +header { + text-align: center; + margin-bottom: calc(var(--space) * 2); +} + +header p { + max-width: 600px; + margin: 0 auto; +} footer { position: fixed; bottom: 0; text-align: center; + padding: 1rem; + background-color: #f4f4f4; + border-top: 1px solid #ccc; + width: 100%; } /* ====== Articles Grid Layout ==== Setting the rules for how articles are placed in the main element.