Change BITMOJI1 FLoat

This commit is contained in:
WesleyBryie 2021-11-12 12:11:14 -05:00
parent 43883cb20d
commit 233e9e6013
2 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<div class="row">
<div class="column">
<h1>I'm Wes!</h1>
<img src="bitmoji1.jpeg" alt="My Bitmoji">
<img id="bitmoji1" src="bitmoji1.jpeg" alt="My Bitmoji">
<p>I am the owner of this site, and I code it! I am a teen who is interesting in technology, coding, and computer science in general! I don't have much time for coding, but when I do code, I'm usually coding this site.</p>
</div>
<div class="column"></div>

View File

@ -51,4 +51,8 @@ ul {
content: "";
display: table;
clear: both;
}
#bitmoji1 {
float: right;
}