Skip to content

Commit d2a3b59

Browse files
authored
Update style.css
1 parent 92d766f commit d2a3b59

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

style.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,21 @@ a:hover {
7373
.content {
7474
padding: 20px;
7575
}
76+
.notch {
77+
position: absolute;
78+
top: 0;
79+
left: 0; /* Change left: 50% to left: 0 */
80+
/* transform: translateX(-50%); Remove this line */
81+
width: 200px; /* Adjust width as needed */
82+
height: 100px; /* Adjust height as needed */
83+
background-color: #fff;
84+
clip-path: polygon(0% 0%, 100% 70%, 100% 100%, 0% 100%, 0% 70%); /* Creates the notch shape */
85+
display: flex;
86+
align-items: center; /* Align items vertically */
87+
padding-left: 20px; /* Add padding to move logo away from left edge */
88+
}
89+
90+
.logo {
91+
max-width: 80%;
92+
max-height: 80%;
93+
}

0 commit comments

Comments
 (0)