Hi, I already figured this step out, I just wanted to ask a question about how this specific code works
How does changing the border-___-color make it angled (and result in sort of a triangular shape) I don’t know how better else to explain my question, so here’s my code:
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: rgb(45, 31, 19);
Does it have to do with anything involving the border-width? Just wanted to know how this code works. Thanks!