Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions public/events&webinar.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,21 +119,23 @@ h1 {


.event {
width: 60%;
margin: 0 auto;
padding: 20px;
margin-bottom: 20px;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
align-content: left;
text-align: left;
background: linear-gradient(135deg, pink, #acb6e5);
text-align: center;
background: linear-gradient(135deg, rgb(230, 226, 158), rgb(165, 218, 218), #91daa7);
box-shadow: 0 8px 15px pink;
text-align: center;
transition: transform 0.6s, box-shadow 0.3s ease;
cursor: pointer;
transform-style: preserve-3d;
perspective: 1000px;
position: relative;
min-height: 250px;
min-height: 230px;
padding-bottom: 70px;
}

Expand Down Expand Up @@ -225,7 +227,7 @@ h1 {
}

.grid-item {
background:linear-gradient(135deg, pink, #acb6e5);
background:linear-gradient(135deg, rgb(138, 196, 215), #91da91);
padding: 20px;
border-radius: 10px;
}
Expand Down