made the button more responsive

pull/157/head
Bishal Biswas 3 years ago
parent 236f68461b
commit 23acd6e8da

@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}

@ -13,7 +13,7 @@
<title>3D Boxes Background</title> <title>3D Boxes Background</title>
</head> </head>
<body> <body>
<button id="btn" class="magic">Magic 🎩</button> <button id="btn" class="magic">Magic</button>
<div id="boxes" class="boxes big"></div> <div id="boxes" class="boxes big"></div>
<script src="script.js"></script> <script src="script.js"></script>
</body> </body>

@ -2,7 +2,8 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
* { * {
box-sizing: border-box; box-sizing:content-box;
top: 25px;
} }
body { body {

Loading…
Cancel
Save