|
|
# 9 |
|
חבר מתקדם
|
בבקשה - HTML & CSS, אתה יכול לשנות את הצבעים בקלות:
CSS Code: קוד:
.buttonscontainer {width: 70px;}
.buttons a {color: #666666;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}
.buttons a:hover {background-color: #666666;
color: #FFFFFF;
text-decoration: none;}
HTML Code: קוד:
<div class="buttonscontainer"> <div class="buttons"> <a href="http://example.co.il">Example</a> <a href="http://example.co.il">Example</a> </div> </div> תהנה... |
|
| חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים) | |
| כלים לאשכול | |
| תצורת הצגה | |
|
|