botones que parezcan enlaces


/ Published in: CSS
Save to your folder(s)

¿Por qué empeñarnos en hacer enlaces que actúen como botones? ¿Por qué no hacemos botones que parezcan enlaces?


Copy this code and paste it in your HTML
  1. input.enlace {
  2. border:0;
  3. background-color:#fff;
  4. text-decoration:underline;
  5. color:#000;
  6. cursor:hand
  7. }

URL: http://olgacarreras.blogspot.com/2007/02/enlaces-que-actan-como-botones.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.