0👍
Maybe you could try putting position:relative;
on the .linear-background
selector, like this:
.linear-background{
background: linear-gradient(-5deg, #DFDFDD 10%, #3D4A6D 11%);
height: 200px;
width: 200px;
}
- [Vuejs]-What would be the most efficient way to structure a VueJS app with this logic?
- [Vuejs]-Passing related model to vue 2.0 component
0👍
I didn’t know clip paths
This is really very usefull
Thanks @mxritz and @AHaworth
Source:stackexchange.com