diff --git a/allygilbreath 1.png b/allygilbreath 1.png new file mode 100644 index 0000000..cbdf120 Binary files /dev/null and b/allygilbreath 1.png differ diff --git a/index.html b/index.html index 7bd2c56..2f57847 100644 --- a/index.html +++ b/index.html @@ -1,19 +1,33 @@ - - - Homepage + Ally Gilbreath + + -

Home

- - +

+ Ally Gilbreath +

+ +
+

Ally Gilbreath is a UX Designer with a passion for large text and small file sizes. + +

+
+ Headshot of Ally Gilbreath + +
+ +

+ + Meet Ally Gilbreath +

+

Ally has been passionate about graphic design for over 10 years, blending freelance work with personal projects. Now, she’s pursuing a master’s in UX design at Michigan State University to turn her passion into a career.

+ +
+ diff --git a/screen.css b/screen.css index 3fb90a0..4c25aeb 100644 --- a/screen.css +++ b/screen.css @@ -1,4 +1,62 @@ -/* Add screen styles below */ -a.active { - font-weight: bold; -} \ No newline at end of file +body { + font-family: Arial, sans-serif; + background-color: #1e1e1e; + color: #bebec8; + margin: 0; + padding: 0; + text-align: center; +} +h1 { + background-color: #bebec8; + color: #1e1e1e; + font-size: 32px; + text-align: left; + width: 100; + padding: 20px; + margin: 0; +} + + +div { + width: 80%; + max-width: 800px; + margin: auto; + margin-top: 32px; +} +h2 { + font-size: 48px; + line-height: 1.5; + margin-bottom: 32px; +} + +h3 { + font-size: 24px; + margin-top: 0; + margin-bottom: 0; +} +div +.profile-section { + margin-top: 32px; +} + +.profile-section img { + width: 150px; + float: left; + margin-right: 32px; + margin-bottom: 16px; +} + + +.profile-text { + text-align: left; / +} + +.profile-text h3 { + margin-top: 0; +} + +.profile-text p { + font-size: 16px; + line-height: 1.5; +} +div \ No newline at end of file