-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
116 lines (95 loc) · 1.57 KB
/
Copy pathstyle.css
File metadata and controls
116 lines (95 loc) · 1.57 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
104
105
106
107
108
109
110
111
112
113
114
115
body {
font-family: 'Times New Roman', Times, serif;
background-image: url(milky-way-2695569_1280.jpg);
color: white;
}
body::before {
content: '';
background: rgba(0, 0, 0, 0.3);
z-index: 1;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#generator {
display: block;
text-align: center;
z-index: 2;
position: relative;
}
hr {
width: 100%
}
div#intro {
width: 60%;
text-align: center;
margin: auto;
}
#generator h1 {
text-align: center;
font-size: 48px;
}
#benefits h2 {
text-align: center;
font-size: 32px;
margin: auto;
width: 60%;
padding-bottom: 20px;
}
#benefits {
margin-top: 60px;
z-index: 2;
position: relative;
}
div#benefititems {
display: block;
width: 60%;
text-align: justify;
margin: auto;
font-size: 20px;
}
div#benefititems h3 {
text-align: center;
}
div#benefititems h2 {
text-align: left;
width:100%;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
}
div#benefititems h2.prosandcons {
text-align: left;
}
a {
color:white;
}
a:hover {
color:orange;
}
#submit {
font-size: 20px;
padding: 5px;
border-radius: 8px;
margin-top: 5px;
}
#submit:hover {
background-color:#132b7a;
color:white;
cursor: pointer;
}
#errorCode {
font-size: 32px;
letter-spacing: 3px;
}
footer {
display: flex;
flex-direction: row;
align-items: center;
justify-content:space-around;
z-index: 2;
position: relative;
font-size: large;
}