Skip to content

Commit

Permalink
Merge pull request #1220 from uditjainstjis/uditjainscontribs
Browse files Browse the repository at this point in the history
Play button got margin
  • Loading branch information
vikhyatsingh123 authored Oct 17, 2024
2 parents 1827d66 + 1f15d31 commit 528211d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions css/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
margin-top: 50px;
margin-bottom: 95px;
}
.footer{
position: relative;
bottom:-14vh;
}
h1 {
color:rgb(255, 255, 255);
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
Expand Down
2 changes: 1 addition & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
align-items: center;
left:-40px;
}
}
}
/* Toggle Switch End */
.to-top {
color: #fff;
Expand Down
6 changes: 4 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
.navbar-toggler {
margin-right: 20px;
}

html {
scroll-behavior: smooth;

Expand Down Expand Up @@ -226,7 +227,7 @@ body {
.search {
/* position: fixed; */
position: absolute;
left: 220px;
left: 190px;
height: 48px;
width: 48px;

Expand Down Expand Up @@ -1224,7 +1225,8 @@ figure{
.btn {
cursor: pointer;
position: relative;
left: 25vh;
left: 22vh;
margin-right:20px;
background: #94a657;
border-radius: 4px;
color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5178,7 +5178,7 @@ <h2 class="card-title">Shira</h2>

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

<footer class="footer">
<footer class="footer" >
Developed and Designed By <span id="idblink" onclick="tap()" style="cursor: pointer;"><u>Vikhyat
Singh</u></span> | ©
All Rights Reserved
Expand Down

0 comments on commit 528211d

Please sign in to comment.