Skip to content

Commit 7a7a948

Browse files
author
Carlos Rufo
committed
update styles
1 parent 83dc82c commit 7a7a948

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

src/styles/App.css

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,29 @@
44

55
.App-logo {
66
animation: App-logo-spin infinite 20s linear;
7-
height: 80px;
7+
height: 40vmin;
88
}
99

1010
.App-header {
11-
background-color: #222;
12-
height: 150px;
13-
padding: 20px;
11+
background-color: #282c34;
12+
min-height: 100vh;
13+
display: flex;
14+
flex-direction: column;
15+
align-items: center;
16+
justify-content: center;
17+
font-size: calc(10px + 2vmin);
1418
color: white;
1519
}
1620

17-
.App-title {
18-
font-size: 1.5em;
19-
}
20-
21-
.App-intro {
22-
font-size: large;
21+
.App-link {
22+
color: #61dafb;
2323
}
2424

2525
@keyframes App-logo-spin {
26-
from { transform: rotate(0deg); }
27-
to { transform: rotate(360deg); }
26+
from {
27+
transform: rotate(0deg);
28+
}
29+
to {
30+
transform: rotate(360deg);
31+
}
2832
}

src/styles/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ input {
1717
}
1818

1919
.background-gray {
20-
background-color: rgb(246,246,239);
20+
background-color: rgb(246, 246, 239);
2121
}
2222

2323
.f11 {
@@ -40,4 +40,4 @@ input {
4040
border-color: buttonface;
4141
cursor: pointer;
4242
max-width: 250px;
43-
}
43+
}

0 commit comments

Comments
 (0)