Related questions
Is it possible to use vh minus pixels in a CSS calc()?
I have following CSS rule in a Less file:
.container {
min-height: calc(100vh - 150px);
}
Which doesn't work at all. I want to make container full window height and minus header, footer fixed height.
How can I do that?
Double border with different color
With Photoshop, I can put two different border to an element with two different color. And with that, I can make many dynamic shade-effect with my elements. Even with Photoshop effects, I can manage that with Drop Shadow and Inner …