mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Proof read and fix errors, more examples added, move page to calibration.html
This commit is contained in:
@ -62,6 +62,13 @@ input[type="radio" i] {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
input[type="button" i] {
|
||||
border: 1px solid #00c5ad;
|
||||
padding: 10px;
|
||||
border-radius: 3px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
select {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
@ -93,6 +100,10 @@ li {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
ol li {
|
||||
margin: 10px; 0;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
@ -113,7 +124,7 @@ td {
|
||||
}
|
||||
|
||||
iframe {
|
||||
margin: 0 20px;
|
||||
margin: 0 20px 20px;
|
||||
}
|
||||
|
||||
.warning {
|
||||
@ -128,6 +139,7 @@ iframe {
|
||||
padding: 1px 0;
|
||||
border-radius: 15px;
|
||||
border: 1px solid #00c5ad;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.jdtd {
|
||||
@ -149,6 +161,7 @@ iframe {
|
||||
border: 5px solid #00c5ad;
|
||||
border-radius: 15px;
|
||||
font-size: 1.2em;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.result {
|
||||
|
Reference in New Issue
Block a user