use min-height % and px on the same div
I'm looking for a way to say
min-height: 500px;
min-height: 100%;
why I'm willing to use this?
The div needs to be 100% or longer so it can overflow. only when the
screen is smaller than 500px in height it needs to be 500px so it will
align good with the other elements.
No comments:
Post a Comment