Skip to content

Commit

Permalink
added faq
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanabc authored Aug 24, 2024
1 parent a376156 commit ddbc448
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# spinny 3d objects using css borders

## why
why not

## how
CSS borders can be used to draw shapes by making one or more borders transparent (e.g., border-left: 50px solid transparent). One such shape is the triangle. By using the transform and rotate properties, you can create various triangles. To build a 3D scene, you just need some math and trigonometry. \
[try it](https://manthanabc.github.io/borderland/)

Expand Down

0 comments on commit ddbc448

Please sign in to comment.