12 lines
293 B
CSS
12 lines
293 B
CSS
.img-banner {
|
|
width: 100%;
|
|
}
|
|
.navbar-brand {
|
|
font-family: 'Courier New', Courier, monospace;
|
|
font-size: 24px;
|
|
}
|
|
.planica-jumbo {
|
|
background-image: url("http://www.arhinfo.si/img/proj/AKKA-planica-06-v.jpg");
|
|
background-position: center center;
|
|
background-size: cover;
|
|
} |