mirror of
https://github.com/UofCBaja/BajaUofCReimbursementForm.git
synced 2025-07-09 12:47:13 -06:00
init summer progess
This commit is contained in:
79
subfolder1/subfolder2/style.css
Normal file
79
subfolder1/subfolder2/style.css
Normal file
@ -0,0 +1,79 @@
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
nav {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
nav h1 {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
font-size: xx-large;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
aside {
|
||||
flex-grow: 1;
|
||||
height: 100px;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
article {
|
||||
width: 70%;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
article div {
|
||||
padding-bottom: 5%;
|
||||
}
|
||||
|
||||
h4 {
|
||||
padding-left: 1%;
|
||||
padding-bottom: 10px;
|
||||
margin: 0px;
|
||||
font-weight: normal;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
input {
|
||||
padding-top: 0px;
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
button {
|
||||
font-size: xx-large;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
footer {
|
||||
display: flex;
|
||||
padding-top: 2%;
|
||||
justify-content: center;
|
||||
}
|
||||
.MainContent {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#rightSide {
|
||||
justify-content: end;
|
||||
}
|
||||
|
||||
#fileInput {
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
#buttonDiv {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#submitButton {
|
||||
background-color: green;
|
||||
padding: 1%;
|
||||
border-radius: 15%;
|
||||
}
|
Reference in New Issue
Block a user