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.
24 lines
420 B
24 lines
420 B
.downloadList{
|
|
margin: 20px;
|
|
position: relative;
|
|
width: 900px;
|
|
height: 600px;
|
|
background-color: white;
|
|
border-radius: 10px;
|
|
border: 1px solid rgba(0, 0, 0, 0.4);
|
|
}
|
|
.download-list-frame{
|
|
margin: 20px;
|
|
}
|
|
.link-frame{
|
|
margin: 10px;
|
|
padding-left: 20px;
|
|
border-radius: 10px;
|
|
width: 800px;
|
|
color: white;
|
|
background-color: #d24249;
|
|
height: 40px;
|
|
}
|
|
.link-frame:hover{
|
|
background-color: #ff5a5f;
|
|
} |