forked from marquez.juan/ejercicio-forks-ramas-pr
Cambio en colores de estilo
This commit is contained in:
@@ -2,11 +2,11 @@ body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 0;
|
||||
background-color: #f4f6f8;
|
||||
color: #333;
|
||||
color: #262526;
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: #2c3e50;
|
||||
background-color: #072240;
|
||||
color: white;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
@@ -25,7 +25,7 @@ header {
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
width: 300px;
|
||||
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
h2 {
|
||||
@@ -45,5 +45,4 @@ li {
|
||||
.card {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user