[O] Make it a trapezoid with rotateX

This commit is contained in:
Hykilpikonna
2019-10-20 20:56:51 -04:00
parent 9142525d21
commit 7e8ea73363
@@ -56,6 +56,9 @@
bottom: 0; bottom: 0;
left: 25%; left: 25%;
// Trapezoid
transform: perspective(50px) rotateX(10deg);
// Background // Background
background-color: rgba(214, 214, 214, 0.67); background-color: rgba(214, 214, 214, 0.67);
padding-top: 2px; padding-top: 2px;