-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (43 loc) · 744 Bytes
/
Copy pathstyle.css
File metadata and controls
55 lines (43 loc) · 744 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
body {
height: 100%;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #323330;
background-color: #F0DB4F;
}
#app {
width: 90vw;
height: 90vh;
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.js {
font-size: 100pt;
opacity: 0.3;
}
input[type=text]{
width: 280px;
height: 25px;
border: 1px solid #333;
border-radius: 10px;
font-size: 14pt;
text-align: center;
}
p {
margin-top: 50px;
font-size: 10pt;
}
span {
display: block;
margin: 10px 0;
}
a {
text-decoration: none;
color: dodgerblue;
}
.github {
font-size: 22pt;
}