maybe the css is finally fixed

This commit is contained in:
octospacc 2020-10-31 18:57:29 +01:00
parent 6ceea9733b
commit f865abadd5
2 changed files with 15 additions and 11 deletions

View File

@ -1,3 +1,5 @@
@import url(Font_F25_Bank_Printer.css);
a { a {
color: #17c3ea; color: #17c3ea;
} }
@ -15,7 +17,7 @@ body {
color: #F0F0FF; color: #F0F0FF;
} }
.container { .content {
background-color: rgba(0,0,0, 0.8); background-color: rgba(0,0,0, 0.8);
width: 100%; width: 100%;
position: absolute; position: absolute;
@ -30,9 +32,11 @@ body {
} }
.footer { .footer {
position: absolute; background-color: rgba(48,48,48, 0.7);
bottom: 0; position: fixed;
bottom: 0px;
width: 100%; width: 100%;
height: 60px; height: 20px;
text-align: center; text-align: center;
overflow-x: hidden;
} }

View File

@ -12,23 +12,23 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon"> <link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<link href="assets/css/Font_F25_Bank_Printer.css" rel="stylesheet">
<link href="assets/css/Dark.css" rel="stylesheet"> <link href="assets/css/Dark.css" rel="stylesheet">
<script src="assets/js/RandomGIF.js"></script> <script src="assets/js/RandomGIF.js"></script>
<script> top.glob = "assets/gif/bg/"; </script> <script> top.glob = "assets/gif/bg/"; </script>
</head> </head>
<body id="body"> <body>
<div class="container" style="text-align: center;"> <div class="content" style="text-align: center;">
<h1>OctoSpacc Momentum</h1><br><br><br><br> <h1>OctoSpacc Momentum</h1><br><br><br><br>
<h3>Welcome to my (I know) pretty strange Web world.</h3><br><br><br> <h3>Welcome to my (I know) pretty strange Web world.</h3><br><br><br>
<p>The only thing that's here now is my blog-like thingy, only in Italian.</p> <h4>The only thing that's here now is my blog-like thingy, only in Italian.</h4>
<h3>You can reach it at <a href="blog/it/">/blog/it/</a>.</h3><br><br> <h3>You can reach it at <a href="blog/it/">/blog/it/</a>.</h3><br><br>
<h5>(And if you don't understand Italian but still want to see something...<br>Why don't you use <a href="https://translate.google.com/translate?sl=it&tl=en&u=https%3A%2F%2Foctospacc.gitlab.io%2Fblog%2Fit">Google</a>/<a href="https://www.translatetheweb.com/?ref=TVert&from=&to=en&a=https%3A%2F%2Foctospacc.gitlab.io%2Fblog%2Fit">Bing</a>/whatever Translator?)</h5> <p>(And if you don't understand Italian but still want to see something...<br>Why don't you use <a href="https://translate.google.com/translate?sl=it&tl=en&u=https%3A%2F%2Foctospacc.gitlab.io%2Fblog%2Fit">Google</a>/<a href="https://www.translatetheweb.com/?ref=TVert&from=&to=en&a=https%3A%2F%2Foctospacc.gitlab.io%2Fblog%2Fit">Bing</a>/whatever Translator?)</p><br><br><br>
</div>
<div class="footer"> <div class="footer">
<h3>Footer</h3> (C) OctoSpacc, 2020 | Content on this site is CC BY-SA 4.0 with some exceptions | <a href="pages/legal.html">Read more</a>
</div> </div>
</div>
</body> </body>
</html> </html>