Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @vitorp4

    Posted

    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
  • @vitorp4

    Posted

    For the hero image should I have used img tag instead of background-image?

    0