-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
75 lines (57 loc) · 1.36 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
body{
height: 100vh;
width: 100%;
display:flex;
align-items: center;
justify-content: center;
background:linear-gradient(blue,pink);
form{
width: 35%;
height: 90%;
display: flex;
flex-direction: column;
justify-content: center;
background: rgba(255,255, 255, 0.07);
box-shadow: 0 8px 32px 0 rgba(31,38,135,.37);
border-radius: 30px;
border-left: 1px solid rgba(255,255, 255, .3);
border-top: 1px solid rgba(255,255, 255, .3);
background-image: url('208efe4329bf3483aee973b59db44abb.jpg');
background-size: cover;
}
}
h1{
color:black;
margin-left: 90px;
font-size: 80px;
}
label{
color:black;
font-size: 30px;
margin-left: 90px;
}
.a{
width: 70%;
height: 7%;
margin: 5% auto;
margin-bottom: 8%;
border-style: solid;
font-size: 28px;
outline: none;
background:transparent;
color:whitesmoke;
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 10);
}
.b{
width: 70%;
height: 7%;
margin: 5% auto;
margin-bottom: 8%;
border-style: solid;
border-radius: 10px;
font-size: large;
background:transparent;
color:white;
border: none;
}