Skip to content

Commit

Permalink
ch4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lourguioui committed Feb 20, 2020
1 parent f003f70 commit 301ec38
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
15 changes: 15 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8109,6 +8109,21 @@ background: linear-gradient(90deg, rgba(191,18,106,1) 0%, rgba(81,20,157,1) 100%
color : black;
background: white;
}
.button-style4{
font-family: "GILROY", sans-serif;
font-weight: LIGHT;
color: white;
-webkit-box-shadow: 0 5px 40px 0 rgba(255,18,74,0.4);
box-shadow: 0 5px 40px 0 rgba(255,18,74,0.4);
width : 100%;
background: linear-gradient(to right , rgba(255,199,27,1) 0%, rgba(255,18,74,1) 100%);
transition: 0.7s;
}
.button-style4:hover{
color: white !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.text{
font-family: "GILROY", sans-serif;
font-weight: LIGHT;
Expand Down
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,15 @@ <h3 class="my-4">

</div>


<div class="col-lg-7 mx-auto mt-5 mb-5">

<a href=""
class="btn btn-rounded btn-outline btn-lg mb-2 button-style4" target="_blank">
Conditions of participation !
</a>


</div>
</div>
</div>
</section>
Expand Down

0 comments on commit 301ec38

Please sign in to comment.