From fc7e53426c96388741402cc964b04e20625e4812 Mon Sep 17 00:00:00 2001 From: Holly Date: Fri, 7 May 2021 20:45:29 +0000 Subject: [PATCH] about me --- aboutme/index.html | 11 +++++++++++ aboutme/style.css | 11 +++++++++++ index.html | 1 + 3 files changed, 23 insertions(+) create mode 100644 aboutme/index.html create mode 100644 aboutme/style.css diff --git a/aboutme/index.html b/aboutme/index.html new file mode 100644 index 0000000..e6842f7 --- /dev/null +++ b/aboutme/index.html @@ -0,0 +1,11 @@ + + + + + Holly McFarland + + + +

im holly

+ + diff --git a/aboutme/style.css b/aboutme/style.css new file mode 100644 index 0000000..6f90bb4 --- /dev/null +++ b/aboutme/style.css @@ -0,0 +1,11 @@ +body { + padding: 0 6em; +} + +img { + display: block; + width: 33%; + height: auto; + margin-left: auto; + margin-right: auto; +} diff --git a/index.html b/index.html index b5e594f..f47af56 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@

here are some links you may click