From 51bbbd290ecdfa5ec8de3e305ab800196634b1a6 Mon Sep 17 00:00:00 2001 From: Jarrett Harris Date: Sun, 7 Feb 2021 23:58:46 -0500 Subject: [PATCH 1/2] lab --- README.md | 2 +- about.css | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 about.css diff --git a/README.md b/README.md index e00b200..03815a9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ > *Note*: Remember to `git add`, `git commit` and `git push` regularly ## Submission Guidelines - * When finished, commit and push your work. + * When finished, commit and push your wor k. * Make a pull request on github.` * Submit the link to your pull request on Canvas. diff --git a/about.css b/about.css new file mode 100644 index 0000000..e69de29 From 4a3ceb43bd4e15b793677b60232af3cbcfccb952 Mon Sep 17 00:00:00 2001 From: Jarrett Harris Date: Sat, 13 Feb 2021 18:06:17 -0500 Subject: [PATCH 2/2] completed --- README.md | 2 +- about.css | 39 +++++++++++++++++++++++++++++++++++++++ about.html | 1 + 3 files changed, 41 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03815a9..e00b200 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ > *Note*: Remember to `git add`, `git commit` and `git push` regularly ## Submission Guidelines - * When finished, commit and push your wor k. + * When finished, commit and push your work. * Make a pull request on github.` * Submit the link to your pull request on Canvas. diff --git a/about.css b/about.css index e69de29..e3f1122 100644 --- a/about.css +++ b/about.css @@ -0,0 +1,39 @@ +h1 { +color: blue; +font-family: Luminari; +font-size: 30px; +} +h3 { + text-decoration-line: underline; +} + +ul { + list-style-type: none; +} + +ol { +font-weight: 700; +} + +li { + text-align: center; + border: 1px solid rgb(255,0, 0); + color: rgb(0,0,255); + padding-left: 30px; + border-radius: 10px; + background-color: rgb(255, 182, 193); + +} + +img { + height: 200px; +} + +body { + font-family: sans-serif; +} + +p { + padding-top: 20px; + padding-bottom: 20px; +} \ No newline at end of file diff --git a/about.html b/about.html index 3b0c0c2..64f58a5 100644 --- a/about.html +++ b/about.html @@ -4,6 +4,7 @@ CSS Intro +

Your Name Here