added background to form and explainer container
This commit is contained in:
parent
4133fe3811
commit
4613bb6d83
@ -107,6 +107,7 @@ body {
|
||||
justify-content: center;
|
||||
justify-items: center;
|
||||
margin: auto;
|
||||
margin-top: 25px;
|
||||
/*
|
||||
-ms-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
@ -115,6 +116,10 @@ body {
|
||||
*/
|
||||
}
|
||||
|
||||
.background_container {
|
||||
background-image: url(/static/background/cool-background-trianglify.png);
|
||||
}
|
||||
|
||||
.test_input_container {
|
||||
/*
|
||||
display: grid;
|
||||
@ -285,6 +290,8 @@ body {
|
||||
/* padding: 50px 50px; */
|
||||
flex: 1 1 0;
|
||||
border-radius: 3px;
|
||||
margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
}
|
||||
|
||||
.errors-container {
|
||||
@ -301,8 +308,9 @@ body {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
#myTable {
|
||||
background-color: #fad253;
|
||||
/* background-color: #fad253; */
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
border: 1px solid #ddd;
|
||||
@ -310,7 +318,7 @@ body {
|
||||
}
|
||||
|
||||
#myTable th {
|
||||
background-color: #fad253;
|
||||
/* background-color: #fad253; */
|
||||
text-align: left;
|
||||
/* Left-align text */
|
||||
padding: 12px;
|
||||
@ -336,6 +344,7 @@ body {
|
||||
#myTable td[colspan] p {
|
||||
padding-top: 12px;
|
||||
padding-bottom: 12px;
|
||||
/* background-color: #eed519; */
|
||||
}
|
||||
|
||||
/* TEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEST */
|
||||
@ -350,7 +359,8 @@ body {
|
||||
}
|
||||
|
||||
#data th {
|
||||
background-color: #fad253;
|
||||
/* background-color: #fad253; */
|
||||
background-color: #ffc100;
|
||||
text-align: left;
|
||||
/* Left-align text */
|
||||
padding: 12px;
|
||||
@ -360,6 +370,8 @@ body {
|
||||
#data tr {
|
||||
/* Add a bottom border to all table rows */
|
||||
border-bottom: 1px solid #ddd;
|
||||
/* background-color: #ffc100; */
|
||||
background-color: #fad253;
|
||||
}
|
||||
|
||||
/*#myTable tr.header,*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user