Gate update
This commit is contained in:
@@ -13,23 +13,38 @@
|
||||
html,
|
||||
body {
|
||||
text-rendering: optimizeLegibility;
|
||||
background-color: #141029;
|
||||
|
||||
background-image: url(<?=$home_background?>);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
||||
}
|
||||
.page_label {
|
||||
font-size: 40px;
|
||||
color: white;
|
||||
position: absolute;
|
||||
}
|
||||
#footer {
|
||||
bottom: 0%;
|
||||
position: fixed;
|
||||
height: 50px;
|
||||
background-color: #1d1e1e;
|
||||
color: white;
|
||||
.page_label {
|
||||
font-size: 40px;
|
||||
color: white;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="page_label">
|
||||
<?php echo ENV_ID ?>
|
||||
</div>
|
||||
|
||||
<div class="footer" id="footer">
|
||||
<div class="page_label">
|
||||
<?php echo ENV_ID ?>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user