DENTASARIM | Tasarımın bizden!
Oyun butonu v1
Oyun butonu v1
Tablo şeklinde yapılışı budur, bu kodu istediğin yere koyup düzenleyebilirsin...
Kod: |
<table width="285" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <th width="285" height="78" background="https://signup.leagueoflegends.com/theme/signup_theme/img/orange-button-big.png" scope="col">Menü</th> </tr> </tbody> </table> |
Tablo şeklinde böyle görünür div olarak ise ;
Css kodu:
Kod: |
#cerceve { height: 66px; width: 274px; background-image: url(//img.webme.com/pic/d/dentasarim/asddsa.png); line-height: 66px; text-align: center; } |
Nerede görünsün istiyorsan:
Kod: |
<div id="cerceve"> MENÜ</div> |