Skip to content
Snippets Groups Projects

Front insights

Merged MIRANDA RODRIGUEZ Anamaria requested to merge front-insights into main
21 files
+ 717
64
Compare changes
  • Side-by-side
  • Inline
Files
21
+ 57
0
@import url('global.css');
.about-container {
background-color: #f4f4f4;
color: #333;
padding: 40px;
margin: 20px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
max-width: 900px;
margin: 50px auto;
text-align: center;
}
h1 {
font-size: 2.5rem;
color: #007bff;
margin-bottom: 20px;
}
.intro {
font-size: 1.1rem;
line-height: 1.6;
margin-bottom: 40px;
color: #555;
}
.team {
display: flex;
flex-direction: column;
gap: 30px;
}
.team-member {
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.team-member h3 {
font-size: 1.5rem;
color: #333;
}
.team-member p {
font-size: 1.1rem;
margin: 5px 0;
color: #666;
}
.footer {
margin-top: 40px;
font-size: 1.2rem;
font-weight: bold;
color: #444;
}
Loading