-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
60 lines (56 loc) · 872 Bytes
/
styles.css
File metadata and controls
60 lines (56 loc) · 872 Bytes
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
body{
position: absolute;
width: 1728px;
height: 1117px;
left: 0px;
top: 0px;
background: #000000;
}
form{
position: absolute;
width: 1181px;
height: 712px;
left: 198px;
top: 154px;
}
h1{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 64px;
line-height: 77px;
color: #FFFFFF;
}
label{
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 24px;
color: #FFFFFF;
}
div{
padding:10px;
}
div input{
margin-top:15px;
margin-bottom:15px;
width:100%;
background-color:#000000;
border-color:#000000;
border-bottom-color:#ffffff
}
#two{
margin-left:100px;
}
#three{
margin-top:30px;
}
button
{
border:border-boxing;
margin-top:30px;
width:9%;
height:7%;
font-family:'Inter';
font-size:20px;
}