Commit 6e691b57 by Luis Ribeiro

img size fixed

parent 63b729c9
No preview for this file type

252 KB | W: | H:

52.2 KB | W: | H:

images/tabitha-turner-3n3mPoGko8g-unsplash.jpg
images/tabitha-turner-3n3mPoGko8g-unsplash.jpg
images/tabitha-turner-3n3mPoGko8g-unsplash.jpg
images/tabitha-turner-3n3mPoGko8g-unsplash.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -20,7 +20,7 @@ body {
header {
color: var(--corPrimeira);
background-color: var(--corTerceira);
background-color: var(--corQuarta);
padding: 10px 170px;
}
......@@ -217,6 +217,7 @@ h1 {
.section__menu img:hover {
transition: 0.3s;
filter: opacity(80%);
transform: scale(1.08);
}
......@@ -295,7 +296,7 @@ h1 {
}
.btt__link {
background-color: var(--corQuarta);
background-color: var(--corTerceira);
display: flex;
justify-content: center;
text-align: center;
......@@ -315,7 +316,7 @@ h1 {
}
footer {
background-color: var(--corTerceira);
background-color: var(--corQuarta);
width: 100%;
height: auto;
display: inline-flex;
......@@ -358,9 +359,14 @@ footer h3 {
.footer__row li:hover {
transition: 0.4s;
transform: scale(1.08);
filter: brightness(60%);
}
.footer__svg {
filter: invert(84%) sepia(8%) saturate(1561%) hue-rotate(338deg) brightness(112%)
contrast(92%);
padding: 2.8px;
background-color: rgb(0, 0, 0);
border: none;
border-radius: 9999px;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment