From a2ea14e5006f9c3b561937f8d7d9efd2271d3106 Mon Sep 17 00:00:00 2001 From: Miah Date: Thu, 6 Aug 2020 14:40:00 -0700 Subject: [PATCH 1/2] Project complete --- index.html | 74 +++++++++++++++++++++++++++++++++++++++++++------ style/index.css | 61 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 126 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index d01f779ff..48b9ccaec 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,69 @@ - - - + + + + Document - - - - - \ No newline at end of file + + +
+
+

+ Miah Bandicoot +

+
+
+ +
+
+

Introducing My Site

+

+ Once your repository is set up, practice what you learned today to + create a portfolio site from the wireframe of your choosing. **You may + choose any of the three wireframes in the "Wireframe Options" folder + above.** Your complete project should look similar to the wireframe + you chose, and include all of the following elements:Yes this was + copied. +

+
+
+ +
+ +
+
+ + + + + +

+ Some text will go here to describe the images to the left +

+
+ + + diff --git a/style/index.css b/style/index.css index 440e53514..c42d80b4f 100644 --- a/style/index.css +++ b/style/index.css @@ -1 +1,60 @@ -/* Add CSS styling here */ \ No newline at end of file +* { + padding: 0; + margin: 0; + box-sizing: border-box; + max-width: 100%; + /* border: 2px solid teal; */ +} +head { + font-size: 62.5%; +} +body { + font-size: 1.5rem; +} +h1 { + text-align: center; + margin-bottom: 2rem; +} +nav { + display: flex; + justify-content: center; + margin-bottom: 2rem; + +} +nav a{ + text-decoration: none; + border: 2px solid black; +} +h2 { + text-align: center; +} + +.heading p { + width: 70%; + margin: 0 auto; + margin-bottom: 2rem; +} + +.maini { + height: 30rem; +} +.maini img { + margin: 0 auto; + width: 100%; + height: 100%; +} +.actimg { + display: flex; + flex-direction: row; + width: 60%; + +} +.descr { + display: flex; + width: 20%; + justify-content: center; +} +.footer{ +padding: 2rem 0; +background-color: cadetblue; +} \ No newline at end of file From 70055e48825d50f29749d26da907c7e096728391 Mon Sep 17 00:00:00 2001 From: Miah Date: Mon, 10 Aug 2020 12:45:37 -0700 Subject: [PATCH 2/2] Project complete --- index.html | 10 +++++----- style/index.css | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 48b9ccaec..d893a3936 100644 --- a/index.html +++ b/index.html @@ -15,19 +15,18 @@