Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

178
Vistas
How to make the font of an HTML button bigger with CSS

I am trying to create a question mark button with no background color and a black font border but, despite on what I am writing on the font-size the button does not become bigger can someone help me on how I can achieve that? Also onclick I would like the button to have a textbox with a definition if you could give me an insight of how to do that too it would be perfect I am assuming JavaScript. Thank you! :)

.btn{
    background-color:rgba(252, 252, 252,0);
    border: 0 none;
    color:rgb(0,164,224);
    font-weight: 800;
    font-size: 60;
    size: 300px;
    -webkit-text-stroke: 2px black;}
 html:

<button class="btn" id="button?">?</button>

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You forgot to add px.

.btn{
    background-color:rgba(252, 252, 252,0);
    border: 0 none;
    color:rgb(0,164,224);
    font-weight: 800px;
    font-size: 60px;
    size: 300px;
    -webkit-text-stroke: 2px black;}
html:

<button class="btn" id="button?">?</button>

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda