Skip to content

Commit d61b5da

Browse files
committed
melhorias no css global
1 parent 530305d commit d61b5da

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/styles/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
padding: 0;
44
box-sizing: border-box;
55
font-family: "Delius", cursive;
6+
transition: all 0.3s ease-in-out;
7+
}
8+
html{
9+
scroll-behavior: smooth;
610
}
711
body{
812
background-color: black;
913
color: #e2e2e2;
14+
1015
}
1116
#root {
1217
width: 100%;

0 commit comments

Comments
 (0)