diff --git a/main.css b/main.css new file mode 100644 index 0000000..05aec5f --- /dev/null +++ b/main.css @@ -0,0 +1,33 @@ + + +page { + font-size: + color: + font-family: + background-color:#E0E0E0; + text-decoration: + +} + +.main img { + + width: 30%; + } + + .header nav { + list-style: none; + float: center; + margin: 0; + margin-right: 5%; + padding: 0; + width: 25%; +} + +.bottom nav { +list-style: none; +float: center; +margin: 0; +margin-right: 5%; +padding: 0; +width: 25%; +} diff --git a/starter_code/CSS/main.css b/starter_code/CSS/main.css new file mode 100644 index 0000000..920b90a --- /dev/null +++ b/starter_code/CSS/main.css @@ -0,0 +1,70 @@ +body { + background-color: silver; +} + +.header { + text-align: center; + font-size: + color: + font-family: + background-color:#E0E0E0; + text-decoration: +} + +.main { + + height: 300px; +} + +.bottom { + width: 100%; + height: 100%; +} + +.main p { + text-align: center; + font-size:30px; + color: + font-family: + background-color:#E0E0E0; + text-decoration: +} + +.main h2 { + text-align: center; +} + +.bottom { + text-align: center; + font-size: + + +} + +.main img { + + width: 30%; + } + + .header .nav { + list-style: none; + text-align: center; + margin: 0; + margin-right: 5%; + padding: 0; + width: 100%; +} + +.header .nav li { + + display: inline; + text-color: black; +} + +.bottom .nav li { +display: inline; +} + +.right { + float: right; +} diff --git a/starter_code/HomeWork1.html b/starter_code/HomeWork1.html new file mode 100644 index 0000000..366258f --- /dev/null +++ b/starter_code/HomeWork1.html @@ -0,0 +1,51 @@ + + + + + + + +title + + + + + + + +
+ + + + +
+ +

I ENJOY LIFE AS ADEVELOPER.

+

I'm Joe Johnson, a Developer based in NYC. I Have ten years + of experience in the graphic design world, specializing in the + creation of responsive websites.

+
+
+
+ +
+ +
+ + + + + diff --git a/starter_code/images/untitled.png b/starter_code/images/untitled.png new file mode 100644 index 0000000..d1c4612 Binary files /dev/null and b/starter_code/images/untitled.png differ