change up how i did the BITMOJI1 CSS code.
This commit is contained in:
parent
b447f657da
commit
d2330163ba
|
@ -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;
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue