Fixed footer misalignment

This commit is contained in:
Stone-Red-Code
2021-01-05 18:23:40 +01:00
parent 7fc0242dbb
commit 9a951b03c4
3 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -12,7 +12,6 @@
<body>
<div class="container-fluid">
<div class="header">
<h1>Stone-Red-Code</h1>
<div id="quotes"></div>
@@ -31,7 +30,6 @@
</script>
<!--end Navigation bar-->
<!--Main-->
<div class="container main">
<div class="row">
@@ -70,6 +68,7 @@
});
</script>
<!--end Footer-->
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
+2 -2
View File
@@ -8,7 +8,6 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<!--<link rel="stylesheet" href="animations.css">-->
</head>
<body>
@@ -97,7 +96,7 @@
</div>
</div>
</div>
</div>
<!--end Main-->
<!--Footer-->
@@ -112,6 +111,7 @@
});
</script>
<!--end Footer-->
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
+1 -1
View File
@@ -30,7 +30,7 @@ footer {
background-position: top;
display: flex;
flex-direction: column;
align-items:center;
align-items: center;
justify-content: center;
}