-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
83 lines (68 loc) · 1.2 KB
/
styles.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
76
77
78
79
80
81
82
83
body {
display: flex;
justify-content: center;
padding-top: 70px;
background-color: #1C1C1C;
font-family: "Karla", sans-serif;
color: white;
}
.box {
background-color: #1F2937;
width: 550px;
height: 550px;
}
.introContent {
position: relative;
top: 55px;
left: 10%;
}
.headerOne {
font-size: 40px;
width: 358px;
}
.content {
font-family: "Inter", sans-serif;
font-weight: 100;
padding-top: 11px;
width: 372px;
font-size: 20px;
}
.button {
display: block;
position: relative;
top: 50px;
left: 10%;
}
.buttonOne {
font-size: 16px;
border-style: none;
border-radius: 5px;
padding: 10px;
background-color: #4ADF86;
color: white;
position: relative;
top: 60px;
}
.passwordBoxes {
display: flex;
justify-content: space-evenly;
position: relative;
top: 230px;
}
.boxOne, .boxTwo {
background-color: #273549;
height: 39px;
width: 211px;
border-radius: 5px;
}
.passwordOne, .passwordTwo {
color: #4ADF86;
position: relative;
top: 10px;
left: 40px;
}
.break {
position: relative;
top: 175px;
border-bottom: 1px solid #2F3E53;
}