-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathYourComponent.css
More file actions
81 lines (78 loc) · 1.27 KB
/
YourComponent.css
File metadata and controls
81 lines (78 loc) · 1.27 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
strong {
font-weight: bold;
}
.all {
width: 100%;
height: 100%;
height:90vh;
}
.container li {
border: 1px solid #ccc;
padding: 10px;
}
li{
margin-top:5px;
}
ul{
display: flex;
flex-direction: column;
flex:column;
margin-left: -25px;
border-radius: 25px;
}
.main{
padding:300px;
margin-top: 1600px;
width:auto;
height:2500px;
}
h1{
margin-top: 50px;
margin-bottom: -800px;
background-color:rgb(0,0,0,0);
margin-left:-18px;
}
.main{
display: flex;
flex-direction: column;
gap: 10px;
}
.buybtn{
display: flex;
flex-direction: column;
justify-content: center;
}
.card {
border: 1px solid #ccc;
padding: 20px;
border-radius: 25px;
background-color: #282c34;
background: linear-gradient(0deg, rgb(13, 29, 60) 0%, rgba(89, 179, 207, 0.548) 100%);
border-radius: .7rem;
backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);
overflow: hidden;
transition: .5s all;
margin-bottom: 10px;
width:90vh;
}
.container{
background-color: red;
}
p{
color:white;
margin-top:14px;
}
strong{
margin-bottom:2px;
}
h2{
margin-top:8px;
}
.heder{
color: rgb(255, 255, 255);
}
.bid{
background-color: rgb(246, 246, 246);
color: black;
}