15 lines
156 B
CSS
15 lines
156 B
CSS
.navbar {
|
|
width: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
h3 {
|
|
padding-top: 40px;
|
|
}
|
|
|
|
ul {
|
|
margin-bottom: 0;
|
|
} |