streamupload/uploadpage/page.css
gitlab.com/pepa65 ef653eac10 Use user's email
2022-09-05 12:58:45 +07:00

51 lines
677 B
CSS

input,select {
width:100%;
padding:12px 20px;
margin:0;
display:inline-block;
border:1px solid #ccc;
border-radius:4px;
box-sizing:border-box;
font-size:16px;
}
input[type=submit] {
width:100%;
background-color:#4CAF50;
color:white;
padding:14px 20px;
margin:8px 0;
border:none;
border-radius:4px;
cursor:pointer;
font-size:16px
}
body {
margin:0;
font-family:sans-serif;
font-size:16px;
}
.container {
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
height:100vh;
}
.incontainer {
width:450px;
max-width:450px;
}
p {
flex-wrap: nowrap;
}
table {
width:100%;
}
.left {
width:125px;
}
.right {
width:325px;
}