-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.css
80 lines (70 loc) · 1.38 KB
/
app.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
body {
margin: 0;
font-family: 'Poppins', sans-serif;
background-color: white;
}
#mainNav {
background-color: #48cae4;
color: white;
margin-bottom: 50px;
height: 500px;
text-align: center;
}
#line {
font-size: 100px;
transform: translateY(180px);
}
.encode {
margin-bottom: 100px;
}
.choice {
display: flex;
justify-content: space-around;
}
.randfix {
color: #ea1c2c;
font-size: 25px;
margin-top: 50px;
display: flex;
flex-direction: column;
}
.label {
text-decoration: underline;
width: 310px;
text-align: center;
}
.ip {
font-family: 'Poppins', sans-serif;
height: 30px;
font-size: 15px;
text-align: center;
border-color: #e76586;
border-radius: 0;
color: rgb(58, 50, 50);
background-color: rgba(72, 202, 228, 0.2);
}
.gen {
border: none;
color: white;
background-color: #ff8fab;
height: 35px;
margin-top: 10px;
font-size: 20px;
}
.gen:hover {
background-color: #e76586;
transition: all 0.5s;
transition-timing-function: ease-in-out;
cursor: pointer;
}
/* nrz-l */
.navAll {
font-size: 40px;
padding-top: 30px;
text-align: center;
background-color: #48cae4;
color: white;
text-decoration: underline;
width: 100%;
height: 100px;
}