97 lines
1.4 KiB
CSS
97 lines
1.4 KiB
CSS
body{
|
|
background: url(../img/noback.jpg);
|
|
margin: 0;
|
|
padding: 0;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
height: 100vh;
|
|
}
|
|
|
|
.container-fluid{
|
|
padding-right: 0;
|
|
padding-left: 0;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
margin-top: 10vh;
|
|
}
|
|
|
|
div.row{
|
|
justify-content:center;
|
|
}
|
|
|
|
div.row h1{
|
|
padding: 0;
|
|
border: 0;
|
|
font-family: 'Pattaya', sans-serif;
|
|
color:#cc0000;
|
|
font-size: 50pt;
|
|
text-align: center;
|
|
border-radius: 100px;
|
|
}
|
|
|
|
|
|
img{
|
|
max-width: 400px;
|
|
height: auto;
|
|
margin-top: 10vh;
|
|
|
|
}
|
|
|
|
#backbtn{
|
|
background-color: #fe5f55;
|
|
text-transform: uppercase;
|
|
border: #fe5f55;
|
|
width: 200px;
|
|
height: 50px;
|
|
border-radius: 24px;
|
|
}
|
|
|
|
/* Small devices (landscape phones, 576px and up) */
|
|
@media (max-width: 576px) {
|
|
img{
|
|
width: 200px;
|
|
height: auto;
|
|
margin-top: 2vh;
|
|
}
|
|
|
|
div.row h1{
|
|
font-size: 20pt;
|
|
}
|
|
|
|
div.row h2{
|
|
font-size: 10pt;
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
|
|
@media (max-width: 768px) {
|
|
|
|
}
|
|
|
|
/* Large devices (desktops, 992px and up) */
|
|
@media (max-width: 992px) {
|
|
|
|
}
|
|
|
|
/* Extra large devices (large desktops, 1200px and up) */
|
|
@media (max-width: 1200px) {
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
::::::::::::::::::::::::::::::::::::::::::::::::::::
|
|
Custom media queries
|
|
*/
|
|
|
|
/* Set width to make card deck cards 100% width */
|
|
@media (max-width: 950px) {
|
|
|
|
} |