This repository was archived by the owner on Feb 9, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 753
Expand file tree
/
Copy pathApp.css
More file actions
80 lines (69 loc) · 1.02 KB
/
App.css
File metadata and controls
80 lines (69 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.App {
text-align: left;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: rgb(34, 34, 34);
height: 50px;
padding: 20px;
color: white;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
}
.App-title {
font-size: 1.5em;
}
.App-content {
padding-top: 20px;
font-size: large;
}
.Logo-image {
width: 50%;
height: 500px;
background-repeat: none;
margin: 10px 500px;
}
.OuterBorder {
color: green;
width: max-content;
border-style: solid;
}
.CityDives {
display: flex;
flex-direction: row;
justify-content:space-evenly;
margin-top: 300px;
}
.card-img-top {
width: 400px;
height: 400px;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.search {
padding: 5px 0 20px 0;
}
tr {
color: #5b5757;
}
.results {
padding-top: 15px;
}
.footer {
padding-top: 20px;
text-align: center;
}
.card {
width: 18rem;
}