aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2020-07-29 00:29:22 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2020-07-29 00:29:22 +0200
commitf45a65f4666449af38339e7cf78e7ffcf2472830 (patch)
treea9c481b237fdabea04c229087727894b844e3223 /css
downloadtaamas.xyz-f45a65f4666449af38339e7cf78e7ffcf2472830.tar.gz
taamas.xyz-f45a65f4666449af38339e7cf78e7ffcf2472830.zip
First commit!
Diffstat (limited to 'css')
-rw-r--r--css/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..fcdd8ed
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,16 @@
+body {
+ background-color: #F0FFFF;
+ margin: 25px 10%;
+}
+
+p {
+ text-indent: 2em;
+}
+
+h1 {
+ color: #003333;
+ font-family: serif;
+ font-size: 1.8em;
+ font-variant: small-caps;
+ text-align: center;
+}