mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
38 lines
714 B
HTML
38 lines
714 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CodePen - Button hover effect</title>
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
<div class="container">
|
|
<a class="button" href="#" style="--color:#1e9bff;">
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
Button
|
|
</a>
|
|
<a class="button" href="#" style="--color: #ff1867;">
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
Button
|
|
</a>
|
|
<a class="button" href="#" style="--color: #6eff3e;">
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
Button
|
|
</a>
|
|
</div>
|
|
<!-- partial -->
|
|
|
|
</body>
|
|
</html>
|