-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
90 lines (67 loc) · 1.34 KB
/
index.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
85
86
87
88
89
90
body {
background-color: #181313;
}
.card-group {
position:fixed;
padding-top: 2%;
padding-left:400px;
padding-right:300px;
border-radius: 25px;
}
.d-flex{
position: relative;
margin-top:0%;
}
.card-text{
text-align: center;
font: bold;
}
.card{
background-color:rgb(242, 236, 236);
border-radius: 15px;
border: 2px solid #6982e8;
margin-right:50px;
}
.card :hover{
background-color: rgb(49, 47, 47);
}
.table{
background-color: rgb(49, 47, 47);
display:flexbox;
width: 200px;
align-items: center;
position:fixed;
margin-left: 35%;
margin-top: 20%;
margin-right: 20%;
border-color: black;
border-width: 5%;
}
.card1{
background-color: rgb(49, 47, 47);
text-align: center;
position: fixed;
margin-left: 80%;
margin-top: 8%;
margin-right:5%;
text-decoration-color: aliceblue;
border-width: 10px; ;
margin-bottom:80% ;
border-radius: 25px;
}
.card1:hover{
background-color: rgb(255, 255, 255);
}
.bi{
margin-top:2%;
margin-left:auto;
margin-right:auto;
}
.card2{
background-color: rgb(49, 47, 47);
margin-left: 80%;
margin-top: 30%;
margin-right:5%;
text-align: center;
position: fixed;
}