diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2018-05-22 10:47:34 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2018-05-22 10:47:34 +0200 |
commit | 2f689db675558a24e40816fa04c735bf6b90dec8 (patch) | |
tree | ee0606156919e9b665fe59544cf26f02657df8bd | |
parent | 30b1af932e521a26d4b3b351684de9da7baa5af0 (diff) | |
download | rules-vault-2f689db675558a24e40816fa04c735bf6b90dec8.zip rules-vault-2f689db675558a24e40816fa04c735bf6b90dec8.tar.gz |
add content div
-rw-r--r-- | footer | 4 | ||||
-rw-r--r-- | header | 7 | ||||
-rw-r--r-- | retro.css | 14 |
3 files changed, 18 insertions, 7 deletions
@@ -1 +1,3 @@ -</body></html> + </content> + </body> +</html> @@ -1,9 +1,10 @@ <html> - <header> + <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <link href="retro.css" media="screen, projection" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.css" /> <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.js"></script> - </header> -<body> + </head> + <body> + <content> @@ -187,9 +187,17 @@ body { color: #fafafa; font-family: "Courier New"; line-height: 1.45; - margin: 6rem auto 1rem; - max-width: 60rem; - padding: .25rem; + /* margin: 6rem auto 1rem; */ + /* max-width: 60rem; */ + /* padding: .25rem; */ +} + +content { + position: absolute; + left: 200px; + width: 900px; + /* left: 30%; */ + /* transform:translateX(-20%); */ } pre { |