So, how do I make the button bigger height wise cuz when I do height: 100%; in css it does not work
[deleted]
Plz tell in comments plz plz plz
Voters
BD103 (125)
button {
height: 50%;
margin: 0;
}
Ask coding questions
Plz tell in comments plz plz plz
button {
height: 50%;
margin: 0;
}
In the css, you should so something like this
Right now your width is at 105%, which is bigger then the screen is since the screen can only be 100% wide.
@InvisibleOne ty!
np @IL2PG