mirror of
https://github.com/SrIzan10/TwisterOS.git
synced 2026-05-01 11:05:22 +00:00
.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<title>Twister OS</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<main>
|
||||
<!--Navbar-->
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark">
|
||||
@@ -124,7 +124,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
<!--/.Content-->
|
||||
|
||||
<!-- Footer -->
|
||||
|
||||
@@ -96,12 +96,16 @@
|
||||
/* CSS - All Pages*/
|
||||
|
||||
html, body {
|
||||
height: 100% !important;
|
||||
|
||||
background-color: #2D2C8A !important;
|
||||
color: antiquewhite !important;
|
||||
line-height: 1.8 !important;
|
||||
}
|
||||
|
||||
main {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
nav > img {
|
||||
margin-right: 35%;
|
||||
margin-left: -5%;
|
||||
@@ -116,7 +120,7 @@ a {
|
||||
|
||||
footer p{
|
||||
display: block;
|
||||
position: fixed;
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user