-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaster.css
More file actions
103 lines (91 loc) · 1.64 KB
/
Copy pathmaster.css
File metadata and controls
103 lines (91 loc) · 1.64 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
body {
margin: 0;
padding: 0;
background: linear-gradient(rgba(0, 0, 0, .50) 0%, rgba(0,0,0,.50) 100%), url(img/bg.jpg) no-repeat center top;
background-size: cover;
font-family: sans-serif;
height: 100vh;
}
.page-box {
width: 320px;
height: 480px;
background: #000;
color: #fff;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
box-sizing: border-box;
padding: 70px 30px;
}
.page-box .avatar {
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
top: -50px;
left: calc(50% - 50px);
}
.page-box h1,.Name {
margin: 0;
padding: 0 0 20px;
text-align: center;
font-size: 20px;
}
.page-box .Name2 {
margin: 0;
margin-top: -15px;
padding: 0 0 20px;
text-align: center;
font-size: 17px;
}
.Lan-box h3 {
margin: 0;
margin-top: 2px;
padding: 0 0 20px;
font-size: 19.8px;
}
.Lan-box h4 {
margin: 0;
margin-top: -15px;
padding: 0 0 20px;
font-size: 14px;
}
.Wa-Mar-box {
margin: 0;
margin-top: -13px;
padding: 0 0 20px;
}
.page-box label{
margin: 0;
padding: 0;
font-weight: bold;
display: block;
}
.page-box button {
border: none;
outline: none;
height: 40px;
background: darkblue;
color: #fff;
font-size: 18px;
border-radius: 20px;
}
.page-box a {
text-decoration: none;
font-size: 12px;
line-height: 20px;
Color: darkgray;
background: transparent;
}
.page-box a:hover {
color: #602f6b;
}
.page-box a.active {
color: #702670;
}
footer {
display: flex;
margin-top: 10px;
background-color: Black;
}