-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
88 lines (77 loc) · 1.29 KB
/
style.css
File metadata and controls
88 lines (77 loc) · 1.29 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
81
82
83
84
85
86
87
88
*{
padding: 0;
margin: 0;
}
body {
padding: 0px;
background-color: #393646;
color: orange;
}
@media screen and (max-width: 500px) {
body {
display: flex;
justify-content: center;
}
h1 {
display: flex;
justify-content: center;
}
.shot {
display: flex;
justify-content: center;
}
.btn-class {
width: 50px;
margin-left: 10px;
}
ul{
padding: 40px;
}
}
h1 {
color: orangered;
padding-bottom: 60px;
}
.input-class {
background-color: #b0a4a4;
height: 37px;
width: 250px;
border-radius: 30px;
border: none;
color: whitesmoke;
font-size: 20px;
}
.btn-class {
height: 37px;
width: 48px;
border: none;
border-radius: 30px;
background-color: #b0a4a4;
color: whitesmoke;
}
.ul {
color: rgb(255, 255, 255);
font-size: 25px;
font-weight: 540;
/* border: 1px solid black; */
}
p{
padding: 7px;
}
.main-div {
/* display: flex;
justify-content: space-evenly;
*/
color: rgb(136, 136, 3);
/* border: 1px solid rgb(1, 161, 22); */
border-radius: 30px;
height: 45px;
width: 400px;
/* background-color: #6d5d6e; */
padding: 20px;
}
.main {
display: flex;
/* background-color: gray; */
justify-content: center;
}