Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue-702 resolved #703

Merged
merged 1 commit into from
Oct 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<!-- Font Style from google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Special+Elite&display=swap" rel="stylesheet">
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
Expand Down Expand Up @@ -81,7 +85,7 @@
</nav>
<div class="content">
<div class="container">
<span>Contributors </span>
<span class="heading">CONTRIBUTERS </span>

<div class="heart"></div>
<label class="theme-switch" for="checkbox">
Expand Down
9 changes: 8 additions & 1 deletion css/contributors.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ body {
font-size: 16px;
}
.container {

position: relative;
color: var(--text);
}
canvas {
Expand All @@ -88,6 +90,8 @@ a:hover {
text-transform: uppercase;
font-weight: 700;
cursor: default;
font-size: 2rem;
font-family: 'Special Elite', cursive;
}

.moto {
Expand Down Expand Up @@ -245,10 +249,13 @@ a:hover {
align-items: center;
}
.theme-switch {
margin-right: 2px;
padding: 0 6px;
display: flex;
height: 34px;
position: relative;
position: absolute;
right:0;
top:0;
width: 60px;
justify-content: space-between;
border-style: solid;
Expand Down