Skip to content

Commit f497979

Browse files
author
Patricio Vargas
committed
css and logos
1 parent 852da73 commit f497979

File tree

3 files changed

+23
-29
lines changed

3 files changed

+23
-29
lines changed

src/App.css

Lines changed: 23 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,33 @@
11
.App {
2-
text-align: center;
3-
}
4-
5-
.App-logo {
6-
height: 40vmin;
7-
pointer-events: none;
8-
}
9-
10-
@media (prefers-reduced-motion: no-preference) {
11-
.App-logo {
12-
animation: App-logo-spin infinite 20s linear;
13-
}
2+
display: flex;
3+
align-items: center;
4+
justify-content: center;
5+
flex-direction: column;
6+
padding: 24px;
147
}
158

16-
.App-header {
17-
background-color: #282c34;
18-
min-height: 100vh;
9+
.App-container {
1910
display: flex;
20-
flex-direction: column;
2111
align-items: center;
22-
justify-content: center;
23-
font-size: calc(10px + 2vmin);
24-
color: white;
12+
justify-content: space-evenly;
13+
width: 100%;
2514
}
2615

27-
.App-link {
28-
color: #61dafb;
16+
.App-button {
17+
background-color: #1f51ff;
18+
border: none;
19+
color: white;
20+
font-size: 16px;
21+
padding: 10px 20px;
22+
text-align: center;
23+
margin: 4px 2px;
24+
cursor: pointer;
25+
border-radius: 24px;
26+
width: 150px;
27+
height: 50px;
2928
}
3029

31-
@keyframes App-logo-spin {
32-
from {
33-
transform: rotate(0deg);
34-
}
35-
to {
36-
transform: rotate(360deg);
37-
}
30+
.App-logo {
31+
height: 10vmin;
32+
pointer-events: none;
3833
}

src/logo.png

14.6 KB
Loading

src/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)