feat: triangle and logo styles

This commit is contained in:
karishmas6
2024-10-23 20:22:42 +05:30
parent 58c3efe0a1
commit fb6fce2b8a

View File

@@ -12,12 +12,12 @@ const CustomBoxContainer = styled.div`
// border: 2px solid #ff00c3;
border-radius: 5px;
background-color: white;
margin: 70px 15px 30px 15px;
margin: 70px 15px 25px 15px;
`;
const Triangle = styled.div`
position: absolute;
top: -20px; /* Moved the triangle down */
top: -15px;
left: 50%;
transform: translateX(-50%);
width: 0;