change up how i did the BITMOJI1 CSS code.

This commit is contained in:
Wes Bryie 2021-11-20 19:31:28 -05:00
parent b447f657da
commit d2330163ba
2 changed files with 4 additions and 5 deletions

View File

@ -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;
}

View File

@ -42,11 +42,6 @@
<div class="container">
<div class="text-center mt-5">
<h1>Welcome to my site!</h1>
<style>
#bitmoji1 {
float: right;
}
</style>
<img id="bitmoji1" src="assets/bitmoji1.jpeg" alt="My Bitmoji">
<p class="lead">Hi! My name is Wes, and I am the sole owner and developer of this site.</p>
<p>I am a teenager that is interested in technology, and computer science (more so the software development part)!</p>