Suppose there is a div block with styles:
div { position: absolute; background-color: grey; width: 30%; height: ???; margin-left: 35% How to make, that height made, for example: 200% of width or 50% of width?
Suppose there is a div block with styles:
div { position: absolute; background-color: grey; width: 30%; height: ???; margin-left: 35% How to make, that height made, for example: 200% of width or 50% of width?
Source: https://ru.stackoverflow.com/questions/602288/
All Articles