Skip to content

Commit ed90475

Browse files
committed
sahil
1 parent 7bd2da2 commit ed90475

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

index.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,21 @@ body {
7575
color: #37517e;
7676
background-color: white;
7777
}
78+
@media only screen and (max-width: 360px) {
79+
80+
a.linka{
81+
font-size: 10px;
82+
}
83+
}
84+
@media only screen and (max-width: 330px) {
7885

86+
a.linka {
87+
display: none;
88+
}
89+
}
90+
@media only screen and (min-width: 361px) {
7991

92+
a.linka {
93+
font-size: 12px;
94+
}
95+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h2>About Us</h2>
120120

121121

122122
</p>
123-
<a href="https://www.youtube.com/watch?v=YCbCGuq_NWE&amp;list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&amp;index=1" target="_blank">Learn Web Development❤️</a>
123+
<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>
124124
</div>
125125
<div class="dualSectionImg">
126126
<img src="./assets/Images/shortAbout.svg" alt="About Illustration">

0 commit comments

Comments
 (0)