}
footer {
- grid-area: footer;
- display: flex;
- align-items: center;
- width: 100%;
- padding: 0 2rem;
- <<<<<<< HEAD
- background-color: #4f5864;
- =======
- >>>>>>> 9b5582b (recreando repositorio)
+ grid-area: footer;
+ display: flex;
+ align-items: center;
+ width: 100%;
+ padding: 0 2rem;
+ background-color: var(--bgColorLightDark);
}
+.bg-logo {
+ background-image: url('../images/salamandra.svg');
+ background-attachment: fixed;
+ background-size: cover;
+ background-position: center;
+}
+
.greetings {
- background-color: var(--bgColorLight);
- width: 80%;
- <<<<<<< HEAD
- height: 80%;
- =======
- heigth: 80%;
- >>>>>>> 9b5582b (recreando repositorio)
- margin: 0 auto;
+ background-color: var(--bgColorMidDark);
+ width: 80%;
+ height: 80%;
+ margin: 0 auto;
}
@media screen and (min-width: 780px) {