X-Git-Url: https://src.twobees.de/?p=twobees.de.git;a=blobdiff_plain;f=css%2Findex.css;fp=css%2Findex.css;h=3bcb34cd6ef3a5556dc9ab710142c6d27fd64718;hp=0000000000000000000000000000000000000000;hb=55e069c31619b668fd8137cf9e7b6a16d3c317e7;hpb=194c63e402171446d5e4ff87ba4a4bcc5c9ad873 diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..3bcb34c --- /dev/null +++ b/css/index.css @@ -0,0 +1,21 @@ +html * +{ + font-family: Courier New; + line-height: 150%; +} +h1 { + font-size: 4em; + font-weight: bold; +} +a { + text-decoration:none; +} +.big { + font-size: 2em; +} +.centered { + top: 50%; + left: 50%; + position: absolute; + transform: translateY(-50%) translateX(-50%); +}