Skip to content

Commit

Permalink
Fix footer width
Browse files Browse the repository at this point in the history
  • Loading branch information
Loup-1234 committed Oct 18, 2024
1 parent 4c2d654 commit b77c223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ <h1>Coco Goat Milk Bottle</h1>
facilisis congue libero eget auctor.
</p>
</div>
<script type="text/javascript" src="script.js"></script>
<footer>
<a href="https://github.com" target="”_blank”">
<div class="social">
Expand All @@ -149,5 +148,6 @@ <h1>Coco Goat Milk Bottle</h1>
<img src="images\social_logo\X.svg" alt="X" /></div
></a>
</footer>
<script type="text/javascript" src="script.js"></script>
</body>
</html>
7 changes: 3 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*https://coolors.co/palette/000000-14213d-fca311-e5e5e5-ffffff*/

:root {
/*https://coolors.co/palette/000000-14213d-fca311-e5e5e5-ffffff*/

--color-1: #000000;
--color-2: #14213d;
--color-3: #fca311;
Expand Down Expand Up @@ -219,8 +219,7 @@ footer {
background-color: var(--color-4);

height: 100px;
width: 100%;


margin-top: auto;
padding: 24px;
}
Expand Down

0 comments on commit b77c223

Please sign in to comment.