38 lines
410 B
CSS
38 lines
410 B
CSS
html,body {
|
|
overflow:hidden;
|
|
padding:0px;
|
|
margin:0px;
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
.logoContainer {
|
|
width:100%;
|
|
text-align:center;
|
|
margin-top:20%;
|
|
}
|
|
|
|
.logo {
|
|
width:50%;
|
|
border:none;
|
|
}
|
|
|
|
.bottom {
|
|
width:100%;
|
|
position:fixed;
|
|
bottom:0px;
|
|
}
|
|
|
|
.mybtn {
|
|
width:40%;
|
|
}
|
|
|
|
table {
|
|
width:100%;
|
|
position:fixed;
|
|
bottom:20%;
|
|
}
|
|
|
|
td{
|
|
text-align:center;
|
|
} |