add about me h2 banner thingy
This commit is contained in:
parent
b6dd681674
commit
c66aba01b8
@ -25,6 +25,8 @@
|
|||||||
<a class="button" href="mario">Mario</a>
|
<a class="button" href="mario">Mario</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</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>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>
|
<!--p>Below is Mr. Mouse absolutely jamming it</p>
|
||||||
<!image src=https://files.calebfontenot.com/files/mrmouse.gif alt="Mr. Mouse">
|
<!image src=https://files.calebfontenot.com/files/mrmouse.gif alt="Mr. Mouse">
|
||||||
|
14
root.css
14
root.css
@ -37,6 +37,19 @@ nav {
|
|||||||
padding: 0 0 0 0;
|
padding: 0 0 0 0;
|
||||||
margin: 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 {
|
.navborder {
|
||||||
border-style: inset;
|
border-style: inset;
|
||||||
}
|
}
|
||||||
@ -55,7 +68,6 @@ nav {
|
|||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
/* background-color: #444444; */
|
/* background-color: #444444; */
|
||||||
padding: auto;
|
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user