Skip to content

Commit 528211d

Browse files
Merge pull request #1220 from uditjainstjis/uditjainscontribs
Play button got margin
2 parents 1827d66 + 1f15d31 commit 528211d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

css/contact.css

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
margin-top: 50px;
2424
margin-bottom: 95px;
2525
}
26+
.footer{
27+
position: relative;
28+
bottom:-14vh;
29+
}
2630
h1 {
2731
color:rgb(255, 255, 255);
2832
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);

css/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
align-items: center;
111111
left:-40px;
112112
}
113-
}
113+
}
114114
/* Toggle Switch End */
115115
.to-top {
116116
color: #fff;

css/style.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
.navbar-toggler {
4343
margin-right: 20px;
4444
}
45+
4546
html {
4647
scroll-behavior: smooth;
4748

@@ -226,7 +227,7 @@ body {
226227
.search {
227228
/* position: fixed; */
228229
position: absolute;
229-
left: 220px;
230+
left: 190px;
230231
height: 48px;
231232
width: 48px;
232233

@@ -1224,7 +1225,8 @@ figure{
12241225
.btn {
12251226
cursor: pointer;
12261227
position: relative;
1227-
left: 25vh;
1228+
left: 22vh;
1229+
margin-right:20px;
12281230
background: #94a657;
12291231
border-radius: 4px;
12301232
color: #fff;

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5178,7 +5178,7 @@ <h2 class="card-title">Shira</h2>
51785178

51795179
<audio src="./sound/naruto.mp3"></audio>
51805180

5181-
<footer class="footer">
5181+
<footer class="footer" >
51825182
Developed and Designed By <span id="idblink" onclick="tap()" style="cursor: pointer;"><u>Vikhyat
51835183
Singh</u></span> | ©
51845184
All Rights Reserved

0 commit comments

Comments
 (0)