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

Submitted

Fylo data storage component

@Impodays

Desktop design screenshot for the Fylo data storage component coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


How to add boarder to bottom-left-corner in clip path ? I couldn't find it. Normal border is not working. Help me ? and I feel my design in less responsive. Any tips ?

Community feedback

@miranlegin

Posted

Hi Kalhara,

you can create border with this snippet on pseudo element and position it below the container:

border: 11px solid #fff;
border-left-color: transparent;
border-bottom-color: transparent;

General idea is that you create square with transparent bottom and left corners and the result is triangle shape.

More info: CSS Triangle on CSS-Tricks

Keep coding!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord