-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbid.css
More file actions
90 lines (73 loc) · 1.83 KB
/
bid.css
File metadata and controls
90 lines (73 loc) · 1.83 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
89
90
.out {
padding: 20px;
border-radius: 5px;
background-color: #282c34;
background: linear-gradient(0deg, rgba(40,44,52,1) 0%, rgba(17,0,32,.5) 100%);
box-shadow: 0 7px 20px 5px #00000088;
border-radius: .7rem;
backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);
overflow: hidden;
transition: .5s all;
height: 400px;
width: 400px;
display: flex;
flex-direction: column;
align-items: center;
}
.textFieldContainer {
display: flex;
flex-direction: column;
align-items: center;
}
.title {
font-size: 24px;
margin-bottom: 20px;
text-align: center;
font-weight: bold;
margin: 0 auto; /* Centers the element horizontally */
}
.button {
margin-top: 10px;
}
.listItem {
margin-bottom: 10px;
}
.tit {
margin-bottom: 20px;
}
.blabla {
display: flex;
justify-content: center;
align-items: center;
background-color: #0056b3;
width: 250px; /* Set the width of the button */
height: 50px; /* Set the height of the button */
margin: 0 auto; /* Centers the button horizontally */
margin-top: 20px; /* Adjust the margin as needed */
border-radius: 5px; /* Add border radius for rounded corners */
color: white;
cursor: pointer;
transition: background-color 0.3s; /* Add smooth transition for hover effect */
}
.blabla:hover {
background-color: #003366; /* Change background color on hover */
}
.title {
color: white;
}
.tit {
color: white;
margin-top: 10px;
}
.textFieldContainer {
margin-top: 20px;
}
.te {
margin-bottom: 10px;
background-color: rgba(12, 12, 12, 0.455);
color: white;
}
.blabla {
margin-top: 10px;
}