FISCO-BCOS / FISCO-BCOS/hackathon
Hackathon
- Dominant language
- Jupyter Notebook
- Stars
- 101
- Forks
- 118
- PR merge metrics
- No merged PRs in 30d
Description
College Event Page
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
}
body {
background: linear-gradient(135deg, #0d0d2b, #1e1e4d);
color: white;
text-align: center;
}
header {
background: linear-gradient(90deg, #4a00e0, #8e2de2);
padding: 40px 20px;
color: #fff;
letter-spacing: 1px;
}
header h1 {
font-size: 40px;
margin-bottom: 10px;
}
header p {
font-size: 18px;
opacity: 0.9;
}
.section {
padding: 60px 20px;
}
.btn {
background-color: #ff0077;
color: white;
padding: 10px 20px;
border-radius: 30px;
border: none;
font-size: 16px;
cursor: pointer;
transition: all 0.5s ease;
}
.btn:hover {
background-color: #ffcc00;
color: black;
transform: scale(1.1);
}
.event-box {
width: 250px;
height: 250px;
display: inline-block;
margin: 20px;
background-color: #1b1b3a;
border-radius: 20px;
transition: all 1s;
box-shadow: 0 0 15px rgba(255,255,255,0.2);
}
.event-box:hover {
transform: rotate(10deg) scale(1.1);
background-color: #ff0077;
box-shadow: 0 0 30px #ff0077;
}
.event-box h3 {
padding-top: 90px;
font-size: 20px;
}
.gallery img {
width: 280px;
height: 180px;
border-radius: 15px;
margin: 10px;
transition: 0.5s;
}
.gallery img:hover {
transform: scale(1.1);
box-shadow: 0 0 20px #ff0077;
}
footer {
background-color: #08081a;
padding: 20px;
color: #aaa;
font-size: 14px;
}
/* Animation Section */
@keyframes glow {
0% { box-shadow: 0 0 5px #ff0077; }
50% { box-shadow: 0 0 20px #ffcc00; }
100% { box-shadow: 0 0 5px #ff0077; }
}
.event-box:hover {
animation: glow 1.5s infinite alternate;
}
College Event Page
"Tech Fest, Cultural Festival, Diwali Celebration, Hackathon, Sports Day, College
Annual Day etc."
Register Now
Event Highlights
Hackathon
Robotics
Gaming Zone
Gallery
Meet the Team
Somesh - UI Design
Kamal - Frontend
Ankush - Content
© College Event Page | Designed by Team 404
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.