2018-04-04 16:25:25 +02:00
|
|
|
.main-screen {
|
|
|
|
min-height: 80vh;
|
|
|
|
}
|
2018-04-06 15:43:14 +02:00
|
|
|
|
|
|
|
.bg-img {
|
|
|
|
background-image: url('bg.jpg');
|
|
|
|
background-size: cover;
|
|
|
|
opacity: 0.2;
|
|
|
|
filter: alpha(opacity=20);
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
position: absolute;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|