Skilled Gaming
Design/Web/Programming/IT => HTML => Developing => Tutoriale/Tutorials => Topic started by: Hectore on 16 June 2013, 23:10:20
-
Demo : (http://i.imgur.com/N1PCf7N.png)
Salut tuturor !
Astazi am sa va invat cum sa faceti butoane cu ajutorul HTML si CSS-ului
Prima data creeam codul css :
a.button {
background: #866237;
color: white;
display: block;
float: left;
font-size: 21px;
height: 24px;
padding-left: 6px;
padding-right: 6px;
text-decoration: none;
border-radius: 3px;
font-family: 'Patrick Hand', cursive !important;
padding-bottom: 8PX;}
Dupa accea sa le aplicam undeva , de exemplu in overall_header , cautam tag-ul <head> si dedesupt introducem urmatorul cod :
<a class="button" href="#"><span>SkilledG.Com </span></a><br><br><br>
-
Preview:
SkilledG.Com
Nu e cine stie ce. xD
Si... este mai bine
<a class="button" href="#"><span>SkilledG.Com </span></a><br/><br/><br/>in loc de
<a class="button" href="#"><span>SkilledG.Com </span></a><br><br><br>Oricum, de ce ai mai pus si < br > acolo ? :))
-
Am pus
<br> pentru daca face mai multe butoane :)
-
Apropo tu le faci sau le iei de undeva?! :D
Bravo :D
-
Apropo tu le faci sau le iei de undeva?! :D
Bravo :D
Le fac , normal :)
-
Lasa-i Just ca astia vorbesc chineza :))
Bun tutorial (cred), bravo. :-bd