mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-14 12:15:07 +01:00
15 lines
282 B
CSS
15 lines
282 B
CSS
|
.btn_class {
|
||
|
background-color: #ff8000;
|
||
|
border: none;
|
||
|
color: white;
|
||
|
padding: 10px;
|
||
|
text-align: center;
|
||
|
text-decoration: none;
|
||
|
font-size: 16px;
|
||
|
margin-left:12px;
|
||
|
margin-right:12px;
|
||
|
margin-Top:12px;
|
||
|
margin-Bottom:12px;
|
||
|
border-radius: 12px;
|
||
|
cursor:pointer;
|
||
|
}
|