Modification style boutons
All checks were successful
All checks were successful
This commit is contained in:
parent
63674b2145
commit
89b8bfd1a3
4 changed files with 159 additions and 69 deletions
|
@ -55,16 +55,16 @@
|
|||
<div id="player"></div>
|
||||
</div>
|
||||
|
||||
<a class="btn btn-default btn-xl" href="#about">
|
||||
<a class="master_button" href="#about">
|
||||
<i class="fa fa-angle-down fa-2x" aria-hidden="true"></i>
|
||||
</a>
|
||||
|
||||
<a id="video-sound" class="btn btn-default" href="#">
|
||||
<a id="video-sound" class="master_button" href="#">
|
||||
<img class="icone icone-son" aria-hidden="true" src="vector/sound-off.svg">
|
||||
</a>
|
||||
|
||||
<a id="youtube-link" class="btn btn-default" href="https://youtu.be/ykNBS69MA-w">
|
||||
<i class="fa fa-youtube fa-2x" aria-hidden="true"></i>
|
||||
<a id="youtube-link" class="master_button" href="https://vimeo.com/user59930690">
|
||||
<i class="fa fa-vimeo fa-2x" aria-hidden="true"></i>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue