-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
MainDesign.css
86 lines (74 loc) · 1.53 KB
/
MainDesign.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
84
85
86
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
html,
body {
height: 100%;
background: #19143b;
}
.keysyscontainer {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.box {
width: 460px;
background: #100845;
border-radius: 3px;
border: 1px solid #dcdcdc;
padding: 24px;
margin: 8px 0;
}
.button {
margin-left: 10px;
width: 250px;
}
.title {
font-size: 20px;
font-weight: 500;
display: block;
margin-bottom: 8px;
color: white;
}
.text {
font-size: 14px;
font-weight: 300;
color: #bebec2;
display: block;
margin-bottom: 22px;
}
.key {
position: relative;
margin-bottom: 10px;
}
.button {
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-family: 'Poppins', sans-serif;
font-weight: 500;
font-size: 12px;
margin: 4px 2px;
cursor: pointer;
width: 400px;
border-radius: 5px;
}
.smool {
font-size: 13px;
}
.bold {
font-weight: 400;
color: white;
}
.Copy {
background-color: #6118ba;
}