diff --git a/week-2/css/main.css b/week-2/css/main.css index 3e3f92c..2e87272 100644 --- a/week-2/css/main.css +++ b/week-2/css/main.css @@ -263,7 +263,6 @@ html{ color: white; padding: 5px; list-style-position: inside; - overflow: hidden; text-align: center; } a{ @@ -289,12 +288,51 @@ main{ } #myweb{ - margin-left: 45px; + margin-left: 20px; } #myint{ margin-left: 35px; } .websites{ - margin-left: 10px; + padding-left: 20px; font-size: 20px; +} + +@media screen and (max-width: 768px) { + main{ + margin-left: 150px; + } + footer, main{ + width: 30%; + } + footer{ + width: 20%; + } + .interests{ + font-size: 10px; + } + #myint, #myweb{ + font-size: 20px; + } + .websites{ + margin-left: 10px; + width: 100%; + font-size: 12px; + display: inline-block; + } + #myweb{ + width: 100%; + margin-left: 30px; + } + #intro{ + font-size: 25px; + } + #desc { + width:67%; + margin-left: 120px; + } + #picture{ + width: 150px; + height: 175px; + } } \ No newline at end of file diff --git a/week-2/index.html b/week-2/index.html index 70ecb46..a0963f3 100644 --- a/week-2/index.html +++ b/week-2/index.html @@ -25,7 +25,7 @@
Picture of Me -

Hello! My Name is Paolo Bautista

+

Hello! My Name is Paolo Bautista

I am a junior at Uconn Storrs majoring in DMD and concentrating in UX/UI Web/Interactive Design. I was born in the Philippines and I grew up in Connecticut ever since I was a baby. I hope to enhance my HTML skills in this class and learn to not cheat my way using the "position" method with css.

@@ -42,11 +42,9 @@