diff --git a/week-four-assignment/Flexbox Micro-layouts/Flexbox Micro-layouts and Patterns.pdf b/week-four-assignment/Flexbox Micro-layouts/Flexbox Micro-layouts and Patterns.pdf new file mode 100644 index 0000000..4e5e68f Binary files /dev/null and b/week-four-assignment/Flexbox Micro-layouts/Flexbox Micro-layouts and Patterns.pdf differ diff --git a/week-four-assignment/css/main.css b/week-four-assignment/css/main.css new file mode 100644 index 0000000..2baa5a1 --- /dev/null +++ b/week-four-assignment/css/main.css @@ -0,0 +1,49 @@ +button { + color: white; + background-color: #00b8e6; + padding: 10px 25px; +} + +#content { + display: flex; + flex-direction: column; + flex: -webkit-flex; + align-items: center; + justify-content: center; + +} + +h1 { + font-family: 'Open Sans', sans-serif; + color: #939f99; + font-weight: bold; + margin: 0px; +} + +h3 { + font-family: 'Raleway', sans-serif; + color: #939f99; +} + +button{ + font-size: 15px; + border-radius: 8px; + outline: 1px; + border-style: solid; + border-color: #00a3cc; + font-family: 'Raleway', sans-serif; +} + +img { + width: 15%; + padding-bottom: 10px; + opacity: 30%; +} + +div { + height: 100vh; + width: 100vh; + display: flex; + align-items: center; + margin: auto; +} \ No newline at end of file diff --git a/week-four-assignment/img/inbox-solid.svg b/week-four-assignment/img/inbox-solid.svg new file mode 100644 index 0000000..88a6908 --- /dev/null +++ b/week-four-assignment/img/inbox-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/week-four-assignment/img/smile-regular.svg b/week-four-assignment/img/smile-regular.svg new file mode 100644 index 0000000..4ca93c8 --- /dev/null +++ b/week-four-assignment/img/smile-regular.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/week-four-assignment/week-four-layout-two.html b/week-four-assignment/week-four-layout-two.html new file mode 100644 index 0000000..8d90cc8 --- /dev/null +++ b/week-four-assignment/week-four-layout-two.html @@ -0,0 +1,22 @@ + + + + + + + + + week four + + + + +
+ +

Welcome to the app!

+

Thanks for signing up. Let's take a look around.

+ +
+ + + \ No newline at end of file