-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdashboardStyle.css
69 lines (63 loc) · 1.26 KB
/
dashboardStyle.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
.image_container{
width: 1150px;
height: 200px;
justify-content: center;
margin: 0 auto;
border-radius: 30px;
margin-top: 20px;
margin-bottom: 30px;
align-content: center;
color: white;
}
.content h4{
padding-top: 80px;
padding-left: 30px;
font-size: 30px;
font-weight: 800;
}
.content a{
float: right;
width: 30px;
height: 30px;
margin-top: 5px;
text-decoration: none;
margin-right: 50px;
margin-bottom: 80px;
padding: 25px;
border-radius: 40px;
}
.container{
width: 550px;
height: 400px;
border-radius: 30px;
margin-top: 0;
margin-bottom: 0;
/* background-color: rgb(24, 24, 24);
*/}
.profile_name{
color: green;
}
h4{
margin-left: 20px;
padding: 10px;
}
/* .grid-con{
display:grid;
grid-template-columns: auto auto;
justify-content: center;
width: 1000px;
margin: 0 auto;
padding: 5px;
column-gap: 30px;
align-items: center;
} */
.registeredv-card{
padding: 20px;
width: 800px;
height: 400px;
margin-right: 0;
color: white;
border-radius: 30px;
background-color: rgb(24, 24, 24);
margin: 0 auto;
}