Can I set any variable in CSS like I want my div height to always be half of width my div scales with the screen size width for div is in percent
<div class="ss"></div>
CSS:
.ss {
width:30%;
height: half of the width;
}
This 30% width scales with screen resolution
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…