Skip to content

Commit

Permalink
Solves #38
Browse files Browse the repository at this point in the history
  • Loading branch information
VBproDev committed Jan 12, 2025
1 parent 38c6fbc commit a995d79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ <h4 class="me-1">Line width:</h4>
<li><a href="https://github.com/VBproDev/Canvascript/graphs/contributors">Team</a></li>
<li><a href="https://github.com/VBproDev/Canvascript/issues">Support</a></li>
</ul>
<p>&copy;2025 Canvascript</p>
</footer>
</div>
</body>
Expand Down
14 changes: 3 additions & 11 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,8 @@ button.success:focus {
position: relative;
width: 100%;
background: #3586ff;
min-height: 100px;
padding: 20px 50px;
display: flex;
padding: 1rem;
justify-content: center;
align-items: center;
flex-direction: column;
Expand All @@ -281,14 +280,14 @@ button.success:focus {
display: flex;
justify-content: center;
align-items: center;
margin: 10px 0;
margin: 1rem 0;
flex-wrap: wrap;
list-style: none;

a {
font-size: 1.2rem;
color: #fff;
margin: 0 10px;
margin: 0.5rem 2rem 0.5rem 0.5rem;
display: inline-block;
transition: 0.5s;
text-decoration: none;
Expand All @@ -299,11 +298,4 @@ button.success:focus {
opacity: 1;
}
}
}

.footer p {
color: #fff;
margin: 15px 0 10px 0;
font-size: 1rem;
font-weight: 300;
}

0 comments on commit a995d79

Please sign in to comment.