How to make the block bigger? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make the block bigger?

6th Mar 2017, 6:27 PM
Meghana Venkatraman Patgar
Meghana Venkatraman Patgar - avatar
2 Answers
+ 2
Use height and width. Make sure it's display: block, you'll learn more of that later.
6th Mar 2017, 7:25 PM
David Koplik
David Koplik - avatar
+ 1
.block, input { display: block; width: 500px; height: 100px; } use css to control style of ur elements .block (a class of ur element or block what ever u call it) and if u want to change inputbox height or width use ur class name. change width height
6th Mar 2017, 7:35 PM
Faisal Imran
Faisal Imran - avatar