killer-queen / event.css
chillkira's picture
Update event.css
bf8efd4 verified
raw
history blame contribute delete
697 Bytes
body {
margin: 0;
font-family: Arial, sans-serif;
background-color: #ff5252;
color: #ffffff;
}
.navbar {
display: flex;
justify-content: center;
background-color: #ff0000;
padding: 10px 0;
position: sticky;
top: 0;
z-index: 1000;
}
.navbar a {
color: #ffffff;
text-decoration: none;
margin: 0 15px;
font-size: 18px;
padding: 8px 12px;
border-radius: 4px;
transition: all 0.3s ease;
}
.navbar a:hover {
background-color: black;
}
.navbar a.active {
color: #f7ca3e;
font-weight: bold;
}
.content {
text-align: left;
padding: 50px;
}
#ig{
height:200px;
max-height: 100vh;
max-width: 100vw;
}