Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Added Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujal-2820 committed Oct 8, 2023
1 parent 9f1341b commit 1d18dcb
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,24 @@ <h3>Credits</h3>
>
</li>
</ul>

<br>
</section>
<!--credits-section-->

<footer>
<div class="note-footer">
<h6><u>Note:</u></h6>
&nbsp;&nbsp;Contributions from anyone to this website are welcome! Please see the <a href="https://github.com/roannav/matrix-movies-website-hacktoberfest">[Matrix Movies Website GitHub Repo]</a>
<br><br>
&nbsp;&nbsp;This website is licensed under the terms of the MIT license.
<br><br>
&nbsp;&nbsp;By using this site, you agree to the <a href="terms-of-use.html">[Terms of Use]</a> and <a href="privacy-policy.html">[Privacy Policy]</a>
</div>
</footer>



</div>
<script src="js/accordion.js"></script>
</body>
Expand Down
29 changes: 29 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ header {
cursor: pointer;
}

.note-header{
background-color: aliceblue;
color: #000000;
padding: 10px 7px;
}

.note-header a{
color: blue;
}

.note-header a:hover{
color: #005cb7;
}

section {
margin: 1em 0;
padding: 1em;
Expand Down Expand Up @@ -162,3 +176,18 @@ a {
.content p {
padding: 1em;
}


.note-footer{
background-color: #00000050;
color: white;
padding: 10px 5px;
}

.note-footer a{
color: #4CAF50;
}

.note-footer a:hover{
color: white;
}

0 comments on commit 1d18dcb

Please sign in to comment.