Skip to content

Commit

Permalink
update index.html and style.css: change creator link to email and enh…
Browse files Browse the repository at this point in the history
…ance styling for better visibility and layout
  • Loading branch information
Martin-Atanasov123 committed Dec 29, 2024
1 parent c082652 commit 3cb3af8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,8 @@ <h2>Contact</h2>
<p>Phop : +359 87...</p>
<p>Location: Pleven, Bulgaria</p>
<p>All rights reserved</p>
<p>Copyright &copy; 2024 Sharpener</p>
</div>

<div class="navigation">
<h2>navigation</h2>
<a href="#section1">Home</a>
Expand All @@ -195,7 +194,9 @@ <h2>Social</h2>
</div>
</footer>
<div id="creator">
<p>_Created by <a href="https://github.com/Martin-Atanasov123">Martin Atanasov</a>_</p>
<p>_Created by <a href="mailto:matanasov573@gmail.com">Martin Atanasov</a>_</p>
<p>Copyright &copy; 2024 Sharpener</p>

</div>
<script src="/things/js/script.js"></script>
</body>
Expand Down
12 changes: 9 additions & 3 deletions things/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -417,12 +417,18 @@ footer {
padding: 4px;
}

#creator {
#creator, #creator p{
display: flex;
justify-content: center;
background-color: #504c4c;
font-size: large;
color: #410909e7;
padding: 5px;
text-decoration: none;
}
#creator a{
color: #442020;
text-decoration: none;
}

.mobile-menu {
display: none;
}
Expand Down

0 comments on commit 3cb3af8

Please sign in to comment.