diff options
-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 { |