diff --git a/about.html b/about.html new file mode 100644 index 0000000..a4d09ca --- /dev/null +++ b/about.html @@ -0,0 +1,15 @@ + + + + About Me + + + + + + + +

About me

+

My name is Hannah Hostetler and I am an [almost] graduate of University of Pittsburgh at Greensburg. I enjoy learning languages, fashion, and baking.

+ + \ No newline at end of file diff --git a/boxes.css b/boxes.css deleted file mode 100644 index 9e500c3..0000000 --- a/boxes.css +++ /dev/null @@ -1,17 +0,0 @@ -h1, p { - background-color: #DDE0E3; /* Light gray */ -} - -em, strong { - background-color: #B2D6FF; /* Light blue */ - display: inline; -} -h1 { - padding: 50px; -} -p { - padding-top: 20px; - padding-bottom: 20px; - padding-left: 10px; - padding-right: 10px; -} \ No newline at end of file diff --git a/boxes.html b/boxes.html deleted file mode 100644 index b90d313..0000000 --- a/boxes.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - Boxes Are Easy! - - - -

Headings Are Block Elements

- -

Paragraphs are blocks, too. However, <em> and <strong> - elements are not. They are inline elements.

- -

Block elements define the flow of the HTML document, while inline elements - do not.

- - \ No newline at end of file diff --git a/index.css b/index.css index ed1a5c4..65b064a 100644 --- a/index.css +++ b/index.css @@ -99,7 +99,7 @@ a { /* .images-container { display: flex; flex-direction: row; align-items: center; height: 150px; -} + .images-container { display: flex; flex-direction: row; align-items: center; height: 150px; } @@ -110,6 +110,5 @@ a { display: flex; flex-direction: row; align-items: center; height: 150px; } .arc { - display: flex; flex-direction: row; align-items: center; height: 150px; -} - * /* \ No newline at end of file + display: flex; flex-direction: row; align-items: center; height: 150px; +*/ \ No newline at end of file diff --git a/index.html b/index.html index fb621f4..515fc0f 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,10 @@ +
+

Main | About | + Resume | Travel Photos

+

Hannah's Webpage

A webpage designed and created by Hannah Hostetler