add about me h2 banner thingy

master
Caleb Fontenot 2023-03-06 18:33:28 +07:00
parent b6dd681674
commit c66aba01b8
3 changed files with 15 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 KiB

@ -25,6 +25,8 @@
<a class="button" href="mario">Mario</a>
</div>
</nav>
<h2 class="aboutme">About me<img class="aboutme" src="Caleb.jpg" alt="Caleb" height="5%" width="5%"></h2>
<p>Hi! My name is <mark>Caleb Fontenot.</mark> I am a software developer in my second semester at South Lousiana Community College.</p>
<!--p>Below is Mr. Mouse absolutely jamming it</p>
<!image src=https://files.calebfontenot.com/files/mrmouse.gif alt="Mr. Mouse">

@ -37,6 +37,19 @@ nav {
padding: 0 0 0 0;
margin: 0 0 0 0;
}
.aboutme {
background-image: linear-gradient(to left, #553333, #000000);
margin:10px 0 10px 10px;
float: right;
}
.aboutme h2 {
text-align: center;
width: 100%;
display: inline-block;
}
.navborder {
border-style: inset;
}
@ -55,7 +68,6 @@ nav {
h1 {
/* background-color: #444444; */
padding: auto;
padding-left: 40px;
padding-right: 40px;
padding-top: 20px;