#header {
background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://fly.linkcdn.to/upload/2022052402/165335917781369617.jpeg');
background-size: cover;
background-position: center;
padding: 20px;
text-align: center;
}
#menu {
background-image: linear-gradient(180deg, #000, #333);
padding: 10px;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu li {
display: inline-block;
margin-right: 20px;
}
#menu li a {
color: #fff;
text-decoration: none;
font-size: 18px;
font-weight: bold;
transition: color 0.2s ease-in-out;
}
#menu li a:hover {
color: #999;
}
#content {
margin: 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: 20px 0;
}
.gallery img {
margin: 10px;
max-width: 300px;
}
.caption {
text-align: center;
font-size: 16px;
margin: 5px 0;
}
.footer {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
}
-
Notifications
You must be signed in to change notification settings - Fork 0
conceptcollective/conceptcollective.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published