From d2330163ba7df6a7892943a3f7480fe600024c3e Mon Sep 17 00:00:00 2001 From: Wes Bryie <93141203+WesleyBryie@users.noreply.github.com> Date: Sat, 20 Nov 2021 19:31:28 -0500 Subject: [PATCH] change up how i did the BITMOJI1 CSS code. --- css/styles.css | 4 ++++ index.html | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/css/styles.css b/css/styles.css index dca7365..9ea6d69 100644 --- a/css/styles.css +++ b/css/styles.css @@ -11285,4 +11285,8 @@ textarea.form-control-lg { .d-print-none { display: none !important; } +} +/* USER ADDED! ANYTHING ABOVE THIS IS BOOTSTRAP CSS! */ +#bitmoji1 { + float: right; } \ No newline at end of file diff --git a/index.html b/index.html index dba7606..4d1faa7 100644 --- a/index.html +++ b/index.html @@ -42,11 +42,6 @@

Welcome to my site!

- My Bitmoji

Hi! My name is Wes, and I am the sole owner and developer of this site.

I am a teenager that is interested in technology, and computer science (more so the software development part)!