mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2025-01-10 11:47:58 +00:00
15 lines
209 B
CSS
15 lines
209 B
CSS
|
.navbar {
|
||
|
margin: 0;
|
||
|
background: rgb(11,11,12);
|
||
|
height: 3em;
|
||
|
border-color: white;
|
||
|
border-bottom: 5px;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.sticky {
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
}
|