better colors, indentation
This commit is contained in:
parent
33bbb4b401
commit
c408822e23
14
style.css
14
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;
|
||||
@ -45,7 +45,7 @@ footer {
|
||||
display: inline-block;
|
||||
margin: 20px;
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
.proyectos img {
|
||||
width: 100%;
|
||||
@ -64,3 +64,7 @@ footer {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.proyectos a {
|
||||
color: #555;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user