DeathLight
You tell me life isn't that hard.
- En iyi cevaplar
- 0
HTML:
<div class="container">
<ul>
<li><a href="anasayfa.html">Site</a></li>
<li>Sunucu</li>
<li>Forum</li>
</ul>
</div>
Kod:
.container {
width: 450px;
}
.container ul {
padding: 0; /* remove default padding and all margins! */
margin: 0;
list-style-type: none; /* remove the • */
}
.container ul li {
width: 140px;
height: 60px;
margin-left:7px;
background-color: rgba(152, 199, 228, .50);
float:left;
-webkit-box-shadow: 0px 6px 0px 0px rgba(152,199,228,1);
-moz-box-shadow: 0px 6px 0px 0px rgba(152,199,228,1);
box-shadow: 0px 6px 0px 0px rgba(152,199,228,1);
}
Evet a href çalışmıyor sıkıntı nedir?