better colors, indentation
This commit is contained in:
parent
33bbb4b401
commit
c408822e23
36
style.css
36
style.css
@ -2,19 +2,19 @@ body {
|
||||
font-family: 'Arial', sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #f4f4f4;
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: #333;
|
||||
background-color: #293E8C;
|
||||
color: #fff;
|
||||
padding: 1em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav {
|
||||
background-color: #444;
|
||||
background-color: #1F356F;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding: 0.5em;
|
||||
@ -32,7 +32,7 @@ section {
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #333;
|
||||
background-color: #1F356F;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding: 1em;
|
||||
@ -42,25 +42,29 @@ footer {
|
||||
}
|
||||
|
||||
.proyectos {
|
||||
display: inline-block;
|
||||
margin: 20px;
|
||||
width: 200px;
|
||||
}
|
||||
display: inline-block;
|
||||
margin: 20px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.proyectos img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.proyectos h3 {
|
||||
margin-top: 10px;
|
||||
font-size: 16px;
|
||||
margin-top: 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.proyectos p {
|
||||
font-size: 14px;
|
||||
color: #555;
|
||||
font-size: 14px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.proyectos a {
|
||||
color: #555;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user