aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2020-08-06 19:34:15 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2020-08-06 19:34:15 +0200
commit0bd38e692b5a033551dcd92576a4b653a9ed7608 (patch)
treee6ebe7fff1d9176d3fa64ad5b8dc6dfa173fd458 /css/style.css
parentc25faa2e456888553ab3fe8bfdc8c749d5a8487d (diff)
downloadtaamas.xyz-0bd38e692b5a033551dcd92576a4b653a9ed7608.tar.gz
taamas.xyz-0bd38e692b5a033551dcd92576a4b653a9ed7608.zip
Images!
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;
}