mirror of
https://github.com/jadonyack/jadonyack.github.io.git
synced 2026-06-19 04:38:14 -04:00
Add short 'About me' section
This commit is contained in:
10
style.css
10
style.css
@@ -11,10 +11,12 @@ body {
|
||||
.topnav {
|
||||
background-color: #222;
|
||||
overflow: hidden;
|
||||
margin: 0px;
|
||||
position: fixed;
|
||||
margin: 0;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
height: 6vh;
|
||||
width: 100%;
|
||||
line-height: 6vh;
|
||||
}
|
||||
|
||||
.topnav ul {
|
||||
@@ -32,9 +34,11 @@ body {
|
||||
float: right;
|
||||
color: aliceblue;
|
||||
text-align: center;
|
||||
padding: 14px 16px;
|
||||
padding: 1.75vh 1.5vw;
|
||||
text-decoration: none;
|
||||
font-size: medium;
|
||||
margin: 0;
|
||||
height: 6vh;
|
||||
}
|
||||
|
||||
.topnav a:hover {
|
||||
|
||||
Reference in New Issue
Block a user