More Progress Towards Two Columns

This commit is contained in:
Leo Herzog
2020-11-05 08:58:08 -05:00
parent 75c804f650
commit 3f558e36a1
5 changed files with 39 additions and 28 deletions

View File

@@ -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;
}