This commit is contained in:
The Arrayser 2022-04-15 22:05:15 +02:00 committed by GitHub
parent c2000a60cb
commit c84c280f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,11 +19,18 @@
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
<style> <style>
html{
overflow-x: hidden;
}
body { body {
text-align: center; text-align: center;
font-family: 'Courier'; font-family: 'Courier';
overflow-x: hidden; overflow-x: hidden;
padding-top: 10px; padding-top: 10px;
background-color:yellow;
position:relative;
} }
footer { footer {
@ -148,7 +155,7 @@
</style> </style>
</head> </head>
<body style="background-color:yellow; position:relative;"> <body>
<header style="padding-top:5vh;padding-bottom:5vh;"><h1 style="color:red;">The Impostors</h1></header> <header style="padding-top:5vh;padding-bottom:5vh;"><h1 style="color:red;">The Impostors</h1></header>
<div class="container"> <div class="container">
<div class="row"> <div class="row">