📌2 Senelik Yolculuğumuzda 1.000.000m+ Ham Görüntüleme İçin Teşekkürler. İyi ki varsınız! 🙏🏻
Discord sunucumuza tüm üyelerimiz davetlidir! ✨(Link)
  • Discord ile Kayıt Aktif | Onaylı Üyelik
    Forumdan daha fazla yararlanmak için, Discord ile kaydolun ve daha ayrıcalıklı olun 👑
  • Telegram ile Kayıt Aktif | Onaylı Üyelik
    Forumdan daha fazla yararlanmak için, Telegram ile kaydolun ve daha ayrıcalıklı olun 👑

HTML / CSS HTML&CSS Animasyonlu Menü 2022 Yeni

A.Soma

S1 Üye
S1 Üye
Kayıtlı Üye
LV
3
 
Son görülme
Katılım
7 May 2022
Mesajlar
338
Ödüller
8
Hobi/Meslek
Webmaster | Web Uzmanı
1652690470891.png

HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <title> menu v. 0.1</title>
  <meta name="Generator" content="EditPlus">
  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
 <META content=text/html;CHARSET=iso-8859-9 http-equiv=Content-Type>
 </head>
<style>
#menu{
cursor:pointer;
background:;
width:250px; height:210px;
margin:0px;
color:#fff;
}
.link{
-moz-user-select:none;
-webkit-user-select:none;
float:right;
background:#333333;
font-family:sans-serif;
width:200px; height:35px;
color:#fff;
padding-left:50px;
margin-left:15px;
font-size:20px;
margin:0px;
text-decoration:none;
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1;)
-moz-box-shadow:0px 0px 10px #000;
-webkit-box-shadow:0px 0px 10px #000;
}
.link:hover{
background:#292929;
text-decoration:none;
font-size:20px;
text-shadow:0px 0px 15px #fff;
-webkit-transform:rotate(-7deg) scale(1.2);
 -moz-transform:rotate(-7deg) scale(1.2);
}
.link:active{
background:#363636;
color:#222222;
text-decoration:none;
font-size:20px;
-webkit-transform:rotate(-6deg) scale(1.1);
 -moz-transform:rotate(-6deg) scale(1.1);
}
.link2{
-moz-user-select:none;
-webkit-user-select:none;
float:right;
background:#333333;
font-family:sans-serif;
width:200px; height:35px;
color:#fff;
padding-left:50px;
margin-left:15px;
font-size:20px;
margin:0px;
text-decoration:none;
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1;)
-moz-box-shadow:0px 0px 10px #000;
-webkit-box-shadow:0px 0px 10px #000;
}
.link2:hover{
background:#292929;
text-decoration:none;
font-size:20px;
text-shadow:0px 0px 15px #fff;
-webkit-transform:rotate(3deg) scale(1.2);
 -moz-transform:rotate(3deg) scale(1.2);
}
.link2:active{
background:#363636;
color:#222222;
text-decoration:none;
font-size:20px;
-webkit-transform:rotate(2deg) scale(1.1);
 -moz-transform:rotate(2deg) scale(1.1);
 
}
</style>
 <body>
 
    <div id="menu">
        
        <h1 onclick="document.location='http://www.hazirkod.com';" class="link">link1</h1>
        <h1 onclick="document.location='http://www.hazirkod.com';" class="link2">link2</h1>
        <h1 onclick="document.location='http://www.hazirkod.com';" class="link2">link3</h1>
        <h1 onclick="document.location='http://www.hazirkod.com';" class="link">link4</h1>
        <h1 onclick="document.location='http://www.hazirkod.com';" class="link2">link5</h1>
        <h1 onclick="document.location='http://www.hazirkod.com';" class="link">link6</h1>
 
    </div>
 
 </body>
</html>
 

Pembe Bardak

Yeni 1 Üye
S1 Üye
Kayıtlı Üye
LV
2
 
Son görülme
Katılım
15 Haz 2021
Mesajlar
41
Ödüller
7
Hobi/Meslek
Hardware Expert | Donanımcı
Eline sağlık
 

Temmuz8487

Yeni 1 Üye
Kayıtlı Üye
LV
2
 
Son görülme
Katılım
16 May 2022
Mesajlar
1
Ödüller
3
Hobi/Meslek
Information Technology (IT) | Bilişim
Teşekkürler
 

Discord Sunucumuz

Üst