-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
44 lines (40 loc) · 796 Bytes
/
style.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
body {
margin: 0;
background: url('./image/background.jpg');
}
/*Container's*/
.container {
display: flex;
justify-content: center;
margin-top: 150px;
}
/*buttons*/
.buttons {
direction: rtl;
margin-top: 20px;
margin-right: 30px;
background: transparent;
}
.a {
border-bottom: 0 transparent;
background-color: transparent;
border-left: 0;
border-right: 0;
border-top: 0;
color: white;
font-size: 18px;
margin-left: 15px;
font-family: 'Poppins';
font-weight: bold;
cursor: pointer;
transition: opacity 0.1s;
}
.test {
position: relative;
background: transparent;
height: 400px;
width: 350px;
border: 1px solid rgb(255, 255, 255);
border-radius: 5px;
backdrop-filter: blur(20px);
}