-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
84 lines (70 loc) · 1.6 KB
/
main.css
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
81
82
83
84
/* body{
/* background-image: url('https://source.unsplash.com/1600x900/?landscape'); */
/* background-image: "url('https://source.unsplash.com/random/1920x1080/?delhi')";
} */
.container {
/* border: 2px solid white; */
font-family: 'Roboto', sans-serif;
border-radius: 20px;
background: #000000d0;
/* background: linear-gradient(180deg,rgb(9, 9, 9) 48%,#042dc0); */
opacity: 0.9;
color: white;
padding: 20px;
margin-top: 150px;
width: 100%;
max-width: 450px;
}
.search {
/* border: 2px solid white; */
padding: 7px;
display: flex;
align-items: center;
/* margin: 10px; */
}
.input_search {
border: none;
width: 80%;
background: #b6b4b42b;
border-radius: 10px;
height: 30px;
padding-left: 10px;
color: white;
/* padding: 5px; */
}
button {
border-radius: 50%;
margin: 5px;
}
.temp {
/* border: 2px solid gray; */
margin: 5px;
font-size: xx-large;
font-weight: 500;
}
span{
display: flex;
align-items: center;
}
.card-body {
font-size: xx-small;
padding: 2px;
border-radius: 0px;
}
.row1, .row2, .row3, .row4 {
/* border: 2px solid red; */
display: flex;
flex-direction: row;
/* padding: 5px; */
content: wrap;
justify-content: center;
}
.card {
margin: 2px;
font-family: 'Roboto', sans-serif;
border-radius: 20px;
background: #000000d0;
/* background: linear-gradient(180deg,rgb(9, 9, 9) 48%,#042dc0); */
opacity: 0.9;
color: white;
}