Watch-on-LBRY/tools/YTtoLBRY.css
kodxana 77d6476ea2
Added YTtoLBRY
Added tool to convert YouTube subscription to LBRY
2020-07-14 13:27:11 +02:00

36 lines
548 B
CSS

body {
width: 400px;
text-align: center;
background-color: #191a1c;
color: whitesmoke;
left: 50%;
top: 50%;
}
.container {
display: block;
text-align: center;
margin: 0 auto;
width: 80%;
margin-bottom: 15px;
}
.goButton {
border-radius: 5px;
background-color: #075656;
border: 4px solid #075656;
color: whitesmoke;
font-weight: 400;
padding: 4px 15px;
margin-right: 25px;
text-align: center;
}
label {
font-size: 1.1rem;
margin: 15px auto;
display: block;
}