add about me h2 banner thingy
This commit is contained in:
14
root.css
14
root.css
@@ -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;
|
||||
|
Reference in New Issue
Block a user