TornikeTt
@TornikeTtAll solutions
- Submitted 11 days ago
results-summary-component
- HTML
- CSS
In this challenge, I noticed that in the summary section (on the right side), there are elements like Reaction, Memory, and so on. If you look closely, these elements have borders only on the top-right, top-left, bottom-right, and bottom-left sides.
To achieve this effect, I created two div elements with position: absolute, and changed their colors to sit on top of those elements, creating a similar border effect.
My question is: Is there a better way to achieve this effect?
Thanks, everyone!