39 lines
565 B
CSS
39 lines
565 B
CSS
#start_main{
|
|
width: 100%;
|
|
background: white;
|
|
}
|
|
|
|
#dropZone{
|
|
margin: auto;
|
|
outline: 3px dashed background;
|
|
width: 62%;
|
|
height: 38%;
|
|
}
|
|
|
|
#dropZone li{
|
|
list-style-type: none;
|
|
}
|
|
|
|
#dropZone p{
|
|
position:relative;
|
|
top:45%;
|
|
left:0;
|
|
width:100%;
|
|
text-align: center;
|
|
}
|
|
|
|
#link_container {
|
|
padding-top: 40px;
|
|
font-size: 8pt;
|
|
margin: auto;
|
|
width: 62%;
|
|
border: 1px dashed background;
|
|
}
|
|
|
|
#link_container tr{
|
|
height: 40px;
|
|
background: white;
|
|
border: 1px dashed background;
|
|
border-radius: 20px;
|
|
}
|