12 lines
110 B
CSS
12 lines
110 B
CSS
h1{
|
|
color: magenta;
|
|
text-align: center;
|
|
font-size: 25px;
|
|
}
|
|
nav{
|
|
width: 100%;
|
|
}
|
|
|
|
.nav-item {
|
|
|
|
} |