Add img style

This commit is contained in:
Wes Bryie 2021-11-16 21:45:45 -05:00
parent 348abb92ff
commit d6318195a1
1 changed files with 6 additions and 1 deletions

View File

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