mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Add intro and delta support
This commit is contained in:
@ -7,6 +7,7 @@ body {
|
||||
|
||||
h1 {
|
||||
margin: 20px 20px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@ -36,6 +37,16 @@ input {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
input[type="checkbox" i] {
|
||||
/* Double-sized Checkboxes */
|
||||
-ms-transform: scale(2); /* IE */
|
||||
-moz-transform: scale(2); /* FF */
|
||||
-webkit-transform: scale(2); /* Safari and Chrome */
|
||||
-o-transform: scale(2); /* Opera */
|
||||
transform: scale(2);
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
select {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
@ -69,6 +80,27 @@ a {
|
||||
margin: 0 20px 20px 20px;
|
||||
}
|
||||
|
||||
#header {
|
||||
height: 4.0em;
|
||||
}
|
||||
|
||||
#donate {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
float: right;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#donate img {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.icon {
|
||||
max-width: 50px;
|
||||
max-height: 50px;
|
||||
}
|
||||
|
||||
#tabs {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user