diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -3,6 +3,30 @@ body{ background: #333; color: white } +a { + color: white; +} +.iframe { + display: block; +} +.subtitle { + font-size: 40px; + text-align: center; +} + +.answer { + font-style: italic; + padding: 0; +} +.footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + color: white; + text-align: center; +} + .title{ font-size: 50px; text-align: center; @@ -57,4 +81,9 @@ li a:hover { .center { text-align: center; +} + +.Quesion { + padding: 0; + }
\ No newline at end of file |
