mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Complete e steps and flow rate instructions and calculators
This commit is contained in:
@ -12,6 +12,7 @@ h1 {
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.8em;
|
||||
margin: 10px 20px;
|
||||
}
|
||||
|
||||
@ -28,6 +29,12 @@ h4 {
|
||||
background-color: #00c5ad;
|
||||
}
|
||||
|
||||
h5 {
|
||||
margin: 20px;
|
||||
font-weight: bolder;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 10px 20px 20px;
|
||||
line-height: 1.5em;
|
||||
@ -75,6 +82,32 @@ a {
|
||||
text-decoration: none;;
|
||||
}
|
||||
|
||||
li {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: rgb(230, 230, 230);
|
||||
padding: 20px;
|
||||
border: 1px solid grey;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 20px;
|
||||
border: 1px solid grey;
|
||||
}
|
||||
|
||||
.exp {
|
||||
background-color: rgb(230, 230, 230);
|
||||
padding: 1px 0;
|
||||
border-radius: 15px;
|
||||
border: 1px solid #00c5ad;
|
||||
}
|
||||
|
||||
.thumb {
|
||||
max-height: 240px;
|
||||
max-width: 600px;
|
||||
@ -85,6 +118,25 @@ a {
|
||||
height: 4.0em;
|
||||
}
|
||||
|
||||
#estepsresult {
|
||||
display: none;
|
||||
border: 5px solid #00c5ad;
|
||||
border-radius: 15px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
#flow1result, #flow2result {
|
||||
display: none;
|
||||
border: 5px solid #00c5ad;
|
||||
border-radius: 15px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.result {
|
||||
color: #00c5ad;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
#donate {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
Reference in New Issue
Block a user