tylerperkins.xyz/themes/clortox/static/css/clortox.css

15 lines
209 B
CSS
Raw Normal View History

2023-06-28 01:35:17 +00:00
.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%;
}