diff options
| author | Nayab W <42422512+nayabw@users.noreply.github.com> | 2018-10-19 14:37:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-19 14:37:29 -0500 |
| commit | 58bb45acc942ec286522c07b765593171a43953b (patch) | |
| tree | 992df97cc338efd4bcc71a23c252f2ff4767a951 /style.css | |
| parent | feaef4d419745b9bfe22f2fa06b118733217b4c3 (diff) | |
| download | silicon-linux-58bb45acc942ec286522c07b765593171a43953b.tar.gz silicon-linux-58bb45acc942ec286522c07b765593171a43953b.tar.bz2 silicon-linux-58bb45acc942ec286522c07b765593171a43953b.zip | |
Finalize Support Page
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 |
