Skip to content

Commit

Permalink
final-12
Browse files Browse the repository at this point in the history
  • Loading branch information
alurubalakarthikeya committed Aug 10, 2024
1 parent 1ff2b8b commit 0b44436
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
Binary file removed images/logo-1.png
Binary file not shown.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ <h2 class="hehe fadeInUp-animation">Where Learning is
</ul><br>
<button id="submit" class="sign-in" onclick="signUp()">Sign Up</button>
<p>no account?
<a href="#" onclick="signIn()">Sign In</a>
<a href="#" onclick="signIn()">
Sign In
</a>
</p>
</div>
<!--Cloud resource-->
Expand Down Expand Up @@ -187,7 +189,9 @@ <h2 class="heading">Recommended Courses</h2>
<div class="footer-container">
<div class="footer-brand contact">
<a>@Mini
<span>Minds</span>
<span>
Minds
</span>
</a>
<p>Reach us out from contact section for any doubts</p>
</div>
Expand Down
7 changes: 4 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ body.day .icons > li > a> i {
background-color: var(--moon-color);
color: var(--main-green);
padding: 17px;
font-size: 2vh;
font-size: 2.2vh;
border: 2px solid var(--main-green);
margin: 10px;
border-radius: 50%;
Expand Down Expand Up @@ -1077,12 +1077,12 @@ body.night .thoughts-day {

body.day .icons > li > a> i {
padding: 17px;
font-size: 1.6vh;
font-size: 2vh;
}

body.night .icons > li > a> i {
padding: 17px;
font-size: 1.6vh;
font-size: 2vh;
}
}

Expand Down Expand Up @@ -1116,6 +1116,7 @@ body.night .thoughts-day {

.icons > li > a > i {
padding: 15px;
font-size: 2vh;
}

.back-to-top {
Expand Down

0 comments on commit 0b44436

Please sign in to comment.