diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2020-07-29 00:29:22 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2020-07-29 00:29:22 +0200 |
commit | f45a65f4666449af38339e7cf78e7ffcf2472830 (patch) | |
tree | a9c481b237fdabea04c229087727894b844e3223 /css/style.css | |
download | taamas.xyz-f45a65f4666449af38339e7cf78e7ffcf2472830.tar.gz taamas.xyz-f45a65f4666449af38339e7cf78e7ffcf2472830.zip |
First commit!
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 16 |
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; +} |