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

sahil #1939

Merged
merged 2 commits into from
Sep 18, 2023
Merged

sahil #1939

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
18 changes: 18 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ body {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}

.icon-bar a {
Expand All @@ -18,6 +19,7 @@ body {
transition: all 0.3s ease;
color: white;
font-size: 20px;

}

.icon-bar a:hover {
Expand Down Expand Up @@ -75,5 +77,21 @@ body {
color: #37517e;
background-color: white;
}
@media only screen and (max-width: 360px) {

a.linka{
font-size: 10px;
}
}
@media only screen and (max-width: 330px) {

a.linka {
display: none;
}
}
@media only screen and (min-width: 361px) {

a.linka {
font-size: 12px;
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h2>About Us</h2>


</p>
<a href="https://www.youtube.com/watch?v=YCbCGuq_NWE&amp;list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&amp;index=1" target="_blank">Learn Web Development❤️</a>
<a href="https://www.youtube.com/watch?v=YCbCGuq_NWE&amp;list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&amp;index=1" target="_blank" class="linka">Learn Web Development❤️</a>
</div>
<div class="dualSectionImg">
<img src="./assets/Images/shortAbout.svg" alt="About Illustration">
Expand Down
Loading