14 lines
121 B
CSS
14 lines
121 B
CSS
#top{
|
|
color: blue;
|
|
}
|
|
|
|
|
|
.front-page-image {
|
|
width: 25em;
|
|
height: 20em;
|
|
}
|
|
|
|
.navbar {
|
|
position: relative;
|
|
}
|
|
|