Select Git revision
main.css NaN GiB
/* styles.css */
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
background-color: #f9f9f9;
margin: 0;
padding: 0;
}
header {
background-color: #B5C18E;
color: #fff;
padding: 10px 0;
text-align: center;
}
main {
max-width: 1200px;
margin: 20px auto;
padding: 20px;
background-color: #fff;
border-radius: 2px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
section {
margin-bottom: 20px;
}
h1, {
color: #fff;
}
h2, {
margin-bottom: 0;
color: #333;
}
.main {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.developers {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.developer {
margin-bottom: 0px;
display: flex;
flex-direction: column;
align-items: center;
max-width: 400px;
text-align: center;
}
.circular-image {
width: 170px;
height: 170px;
border-radius: 50%;
overflow: hidden;
}
.circular-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.description {
margin-top: 0px;
}
footer {
text-align: center;
background-color: #B5C18E;
color: #fff;
padding: 20px 0;
}