E
E
Evgeny Petryaev2019-10-18 23:16:21
JavaScript
Evgeny Petryaev, 2019-10-18 23:16:21

How to change font size in input?

The figure shows that the font is small.
5daa1d6c7108c247887383.png

.inputer{
  width: 300px;
  border-radius: 20px;
  height: 100px;
  font: bold  164px;
  margin-left: 10%;
}

font:bold doesn't help

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dymok, 2019-10-18
@Gremlin92

font-size: 164px;
To use the font property - https://webref.ru/css/font

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question