Skip to content

Commit

Permalink
resolved issue vermakamya#46
Browse files Browse the repository at this point in the history
  • Loading branch information
dazzle-sah committed Oct 19, 2022
1 parent d116300 commit e2df491
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,12 @@ label {
button {
border-radius: 0;
}

.btnbtn-whitebtn-outline-whitepx-4py-3popup-vimeo{
background-color: white;
height: 50px;
width: 150px;
color: #040505;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
<div class="col-md-7 ftco-animate text-center" data-scrollax=" properties: { translateY: '70%' }">
<h1 class="mb-4" data-scrollax="properties: { translateY: '30%', opacity: 3 }">Service to others is the rent you pay for your room here on earth.</h1>
<!-- 6174 -->
<p class="mb-5" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }">Created by <a
<p class="mb-5" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }"><strong>Created by</strong> <a
href="#"><zer0-one></zer0-one></a></p>

<p data-scrollax="properties: { translateY: '30%', opacity: 1.6 }"><a
<p data-scrollax="properties: { translateY: '30%', opacity: 1.6}"><a
href="https://vimeo.com/45830194"
class="btn btn-white btn-outline-white px-4 py-3 popup-vimeo"><span
class="icon-play mr-2"></span>Watch Video</a></p>
class="btn btn-white btn-outline-orange px-4 py-3 popup-vimeo"><span
></span>Watch Video</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit e2df491

Please sign in to comment.