::before -> ::after

This commit is contained in:
atomiks
2018-03-05 21:53:27 +10:00
parent 98b1e362fa
commit 948c8742d7

View File

@ -23,7 +23,7 @@ Creates a shadow similar to `box-shadow` but based on the colors of the element
height: 10rem;
background: linear-gradient(75deg, #6d78ff, #00ffb8);
}
.dynamic-shadow::before {
.dynamic-shadow::after {
content: '';
width: 100%;
height: 100%;