Witam, mam mały problem a mianowicie chciał bym podpiąć przycisk ( https://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_modal_fade )
pod przycisk który mam już na swojej stronie, a mianowicie:
Po prostu chciał bym żeby po naciśnięciu tego przycisku był taki sam efekt jak w linku, podpinam kawałek kodu:
<html>
<head>
<title></title>
<link rel="icon" type="image/ico" href="favicon.ico" sizes="45x48">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script src="skel.min.js"></script>
<script src="init.js"></script>
<script src="https://use.fontawesome.com/a5e30dd034.js"></script>
<link rel="stylesheet" href="style.css" >
</head>
<body class="loading">
<div id="wrapper">
<video autoplay="1" loop="" id="player">
<source src="music.mp4" type="video/mp4">
<script>
var video = document.currentScript.parentElement;
video.volume = 0.03;
</script>
</video>
<div id="overlay"></div>
<div id="main">
<header id="header">
<span id="doc_time"></span>
<h1></h1>
<p> • <b>Witaj!</b> • </p>
<nav>
<ul>
<center>
<li><a href="index.html" class="fa fa-home" aria-hidden="true">Strona główna</a></li>
<li><a href="ranks.php" class="fa fa-list-ol" aria-hidden="true">Ranking</a></li>
<li><a href="faq.html" class="fa fa-info" aria-hidden="true">FAQ</a></li>
<li><a href="#" target="_blank" class="fa fa-facebook" aria-hidden="true">Facebook</a></li>
<li><a href="#" target="_blank" class="fa fa-snapchat-ghost" aria-hidden="true">Snapchat</a></li>
<li><a href="#" target="_blank" class="fa fa-instagram" aria-hidden="true">Instagram</a></li>
</center>
</ul>
<ul>
<center> <div id="content">
<center><h3><font color="pink">••</font></h3></center>
<div>
<span class="left"><b><font color="pink">•1•</font></b></span>
<span class="right"><b><font color="pink">••</font></b></span>
</div>
<br />
<p>
</p>
<p align="right"><font color="pink">• <b>•</font></b></p>
</div>
</center>
<br><br>
<br><br>
<marquee aligt="center" scrollamount="100" width="540" style="width:540px;"> • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • •</marquee>
</ul>
<ul>
<marquee aligt="center" scrollamount="100" width="540" style="width:540px;"> • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • •</marquee>
</ul>
</nav>
</header>
</div>
</div>
</body>
<script type="text/javascript">
clock();
</script>
</script>
<script>
document.onkeydown = function(e) {
if (e.ctrlKey && (e.keyCode === 67 || e.keyCode === 86 || e.keyCode === 85 || e.keyCode === 117)) {
}
return false;
};
</script>
</html>
Załączam zdjęcie z kawałkiem kodu tego przycisku: