aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css42
1 files changed, 34 insertions, 8 deletions
diff --git a/css/style.css b/css/style.css
index 5b767f1..cbcaeb8 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,26 +1,52 @@
body {
- background-color: #F8F4F4;
+ background-color: #FAF4F4;
- margin: 100px auto;
+ margin: 80px auto;
padding: 0 10%;
- max-width: 800px;
+ max-width: 1100px;
font-family: Mononoki, Open Sans, Sans, Arial;
- text-align: justify;
+ text-align: left;
line-height: 1.5em;
font-size: 1.1em;
color: #454545;
}
-p {
- text-indent: 2em;
-}
-
h1 {
+ background-color: #F8F8FF;
padding: 1em;
font-variant: small-caps;
text-align: center;
line-height: 1em;
font-size: 2em;
+
+ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
+}
+
+p {
+ text-indent: 2em;
+}
+
+img {
+ margin: 10px 50px 40px;
+ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
+}
+
+.column {
+ display: grid;
+ float: right;
+}
+
+.odd {
+ float: left;
+}
+
+.even {
+ float: right;
+}
+
+section {
+ overflow: auto;
+ margin: 60px 0 20px;
}