summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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