+ 2
How to make the block bigger?
2 Respostas
+ 2
Use height and width. Make sure it's display: block, you'll learn more of that later.
+ 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