-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (58 loc) · 941 Bytes
/
style.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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
#heading{
height: 200px;
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(18, 7, 66);
font-size: 30px;
color: white;
}
#container{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:center;
margin-left: 20px;
margin-right: 20px;
gap: 5px;
margin-top: 20px;
}
img{
height: 200px;
width: 200px;
border-radius: 50%;
}
.card{
text-align: center;
border: 2px solid black;
padding: 20px;
}
#number{
margin-top: 10px;
}
#users{
margin-top: 10px;
text-align: center;
}
input{
margin-right: 8px;
padding: 3px;
width: 12rem;
}
button{
height: 1.7rem;
border-radius: 0.6rem;
width: 7rem;
font-weight: 700;
background-color: brown;
columns: white;
cursor: pointer;
}
#number{
text-align: center;
}