mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-23 19:58:03 -08:00
More Progress Towards Two Columns
This commit is contained in:
14
style.css
14
style.css
@@ -111,6 +111,7 @@ label[for="torrent"] {
|
||||
position: relative;
|
||||
max-width: 960px;
|
||||
background: var(--dark-blue);
|
||||
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
|
||||
margin: 80px auto;
|
||||
padding: 40px;
|
||||
border-radius: 30px;
|
||||
@@ -140,18 +141,19 @@ label[for="torrent"] {
|
||||
width: 100%;
|
||||
margin: 20px 0px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.property > label {
|
||||
.property:first-child {
|
||||
width: 160px;
|
||||
text-align: right;
|
||||
text-transform: uppercase;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.property > input {
|
||||
label {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 440px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user