Neler yeni

HTML5+CSS ile neon buton

Babayiğit

Altın Üye
Katılım
15 Ocak 2021
Mesajlar
344
Tepkime puanı
447
İlgi Alanlarınız
Yazılım
Cinsiyet
  1. Erkek
evet bu konumda yaptığım şeyi vericem direk çok hoşumaa gitttii

HTML:
<!DOCTYPE html>
<html lang="en" dir="ltr">

<head>
    <meta charset="utf-8">


    <style>


             body {
             background-image: url("https://media1.tenor.com/images/dd19ab2227110e1479d1c33751308b5b/tenor.gif?itemid=10536680");
             background-repeat:no-repeat;
             background-size:100% 100%;
             background-attachment:fixed;
             }


        body {
            margin: 0;
            padding: 0;
            display: flex;
            height: 100vh;
            justify-content: center;
            align-items: center;
            background-color: #000;
            font-family: sans-serif;
        }


        button {
            padding: 20px 20px;
            display: inline-block;
            color: #008000;
            letter-spacing: 2px;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 3em;
            overflow: hidden;
        }

        
         button:hover {
            color: #111;
            background: #39ff14;
            box-shadow: 0 0 50px #39ff14;
        }
    </style>
</head>

<body>

    <button>Hacktivizim</button>
</body>

</html>

görünüm;https://imgflip.com/gif/52h25h
 

Konuyu görüntüleyen kullanıcılar:

Hacktivizm Twitter Hacktivizm Youtube Hacktivizm İnstagram Hacktivizm Telegram