-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesign.css
More file actions
126 lines (121 loc) · 2.07 KB
/
stylesign.css
File metadata and controls
126 lines (121 loc) · 2.07 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
body {
font-family: 'Times New Roman', serif;
background: url(12.jpg) no-repeat;
background-size: cover;
}
label{
color: white;
}
h1{
color:white;
}
input{
color:rgb(235, 222, 222);
}
.social-icon a i{
color: #fff;
font-size: 30px;
margin-left: 10px;
cursor: pointer;
transition: .5s ease;
position: relative;
top: 170%;
left: 70%;
}
.social-icon a:hover i{
transform: scale(1.5);
}
#abc{
position: absolute;
top: 40%;
left: 60%;
color: white;
}
.nav{
opacity:0.5;
}
.slider{
width: 1400px;
max-width: 100vw;
height: 300px;
margin: auto;
position: absolute;
left: 70px;
top: 400px;
overflow: hidden;
}
.slider .list{
position: absolute;
width: max-content;
height: 100%;
left: 0;
top: 0;
display: flex;
transition: 1s;
}
.slider .list img{
width: 1300px;
max-width: 100vw;
height: 100%;
object-fit: cover;
}
.slider .buttons{
position: absolute;
top: 45%;
left: 5%;
width: 90%;
display: flex;
justify-content: space-between;
}
.slider .buttons button{
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #fff5;
color: #fff;
border: none;
font-family: monospace;
font-weight: bold;
}
.slider .dots{
position: absolute;
bottom: 10px;
left: 0;
color: #fff;
width: 100%;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}
.slider .dots li{
list-style: none;
width: 10px;
height: 10px;
background-color: #fff;
margin: 10px;
border-radius: 20px;
transition: 0.5s;
}
.slider .dots li.active{
width: 30px;
}
@media screen and (max-width: 768px){
.slider{
height: 400px;
}
}
.form-control {
width: 420px; /* Adjust the width as needed */
}
.container{
background-color: #1412125c;
backdrop-filter: blur(10px);
height: 650px;
width: 480px !important;
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}