diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..1c331a7f0 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,27 +1,71 @@ - + - My form exercise - + T-Shirt Order Form + +

Product Pick

+
- - + + + + + + + + + +
+ T-Shirt Colour + + + + + + + + + +
+ + + + + +
+ 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 Wireframe.jpg b/Wireframe/Classroom Wireframe.jpg new file mode 100644 index 000000000..8bf7864b6 Binary files /dev/null and b/Wireframe/Classroom Wireframe.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..61dc83bc0 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -1,4 +1,4 @@ - + @@ -6,28 +6,60 @@ 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/mokey.jpg b/Wireframe/mokey.jpg new file mode 100644 index 000000000..d191dda12 Binary files /dev/null and b/Wireframe/mokey.jpg differ diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c7..6c77dc344 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); @@ -53,6 +56,10 @@ 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.