Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Luís Felipe Campos
/
Teste00-CoffeeShop
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6e691b57
authored
Mar 16, 2023
by
Luis Ribeiro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
img size fixed
parent
63b729c9
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
3 deletions
+10
-3
.DS_Store
+0
-0
images/clarissa-carbungco-uy9DJw9e_vs-unsplash.jpg
+0
-0
images/siddharth-salve-8wESIey6sYQ-unsplash.jpg
+0
-0
images/tabitha-turner-3n3mPoGko8g-unsplash.jpg
+0
-0
styles.css
+10
-3
No files found.
.DS_Store
View file @
6e691b57
No preview for this file type
images/clarissa-carbungco-uy9DJw9e_vs-unsplash.jpg
View file @
6e691b57
This diff is collapsed.
Click to expand it.
images/siddharth-salve-8wESIey6sYQ-unsplash.jpg
View file @
6e691b57
This diff is collapsed.
Click to expand it.
images/tabitha-turner-3n3mPoGko8g-unsplash.jpg
View file @
6e691b57
252 KB
|
W:
|
H:
52.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
styles.css
View file @
6e691b57
...
...
@@ -20,7 +20,7 @@ body {
header
{
color
:
var
(
--corPrimeira
);
background-color
:
var
(
--cor
Terceir
a
);
background-color
:
var
(
--cor
Quart
a
);
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
(
--cor
Quart
a
);
background-color
:
var
(
--cor
Terceir
a
);
display
:
flex
;
justify-content
:
center
;
text-align
:
center
;
...
...
@@ -315,7 +316,7 @@ h1 {
}
footer
{
background-color
:
var
(
--cor
Terceir
a
);
background-color
:
var
(
--cor
Quart
a
);
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment