summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorNayab W <42422512+nayabw@users.noreply.github.com>2018-10-19 14:37:29 -0500
committerGitHub <noreply@github.com>2018-10-19 14:37:29 -0500
commit58bb45acc942ec286522c07b765593171a43953b (patch)
tree992df97cc338efd4bcc71a23c252f2ff4767a951 /style.css
parentfeaef4d419745b9bfe22f2fa06b118733217b4c3 (diff)
downloadsilicon-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.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/style.css b/style.css
index becd5e9..cdf0b73 100644
--- a/style.css
+++ b/style.css
@@ -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