@AndresHenseSubmitted almost 3 years ago
João Vitor da Silva Gomes
@vitorp4All comments
- @vitorp4Posted almost 3 years ago
For the triangle you can use ::before pseudo-element on the container, using display absolute to positioning it on the top right corner. And for achieve the shape you can use clip-path CSS property clip-path: polygon(100% 0, 100% 100%, 0 100%).
0 - @vitorp4Submitted almost 3 years ago@vitorp4Posted almost 3 years ago
For the hero image should I have used img tag instead of background-image?
0