Added projects page with some styling

This commit is contained in:
2024-02-19 19:46:49 +01:00
parent 1d1f23f846
commit bfdfb5df1c
2 changed files with 67 additions and 0 deletions

View File

@@ -40,3 +40,27 @@ footer {
bottom: 0;
width: 100%;
}
.proyectos {
display: inline-block;
margin: 20px;
width: 200px;
}
.proyectos img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}
.proyectos h3 {
margin-top: 10px;
font-size: 16px;
}
.proyectos p {
font-size: 14px;
color: #555;
}