Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

157
Views
Necesito ayuda para activar este botón y trabajar con CSS y HTML

--Me cuesta entender por qué el botón no aparece en mi sitio web-- --Estoy tratando de obtener un botón animado para cambiar las animaciones cuando mi mouse pasa sobre él--Me preocuparé por vincular el botón a algo en en un momento diferente, pero quiero decir, por ejemplo, si quisiera vincularlo a Twitter o algo así, ¿cómo lo haría?--

 button { min-width: 120px; height: 36px; font-size: 16px; cursor: pointer; letter-spacing: .1px; outline: none; border:none; border-radius: 2px; box-shadow: 0 0 0 2px #f7f7f7; background-color: transparent; color: #000; transition: all 200ms ease-in-out; } button :hover { transform: scale(1.1); background-color: #f7f7f7; color: #a22274; font-weight: bold; box-shadow: 0 0 0 2px #a22274; letter-spacing: 1.1px; border-top-left-radius: 16px; border-bottom-right-radius: 16px; } button :active { transform: scale(1); }
 <button>Example</button>

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

los selectores css no pueden tener espacios, por lo que

 button :hover //wrong button:hover // right 

 button { min-width: 120px; height: 36px; font-size: 16px; cursor: pointer; letter-spacing: .1px; outline: none; border:none; border-radius: 2px; box-shadow: 0 0 0 2px #f7f7f7; background-color: transparent; color: #000; transition: all 200ms ease-in-out; margin: 0 5px; } button:hover { transform: scale(1.1); background-color: #f7f7f7; color: #a22274; font-weight: bold; box-shadow: 0 0 0 2px #a22274; letter-spacing: 1.1px; border-top-left-radius: 16px; border-bottom-right-radius: 16px; } button:active { transform: scale(1); }
 <p align="center"> <button><a href="twitter.com/TheOnlyDecipher">Twitter page</a></button> <button><a href="Contact.html">Contact Information</a></button> <button><a href="points.html">Points of Interest</a></button> <button><a href="Learning.html">Learning notes</a></button> <button><a href="Beebs.html">Notes for Wife</a></button> <br /> <br /> </p>

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!