You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
488 B

body{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}
.block {
width: 250px;
height: 250px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
#selectBtn{
display: block;
top: 150px;
font-family: tahoma, Arial, sans-serif;
width: auto;
padding: 10px;
border: 1px dashed #BBB;
text-align: center;
background-color: #DDD;
cursor:pointer;
}