-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (58 loc) · 949 Bytes
/
Copy pathstyle.css
File metadata and controls
58 lines (58 loc) · 949 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
56
57
58
body {
font-family: "Calibri";
width: 100vw;
}
header, footer {
background: #33222f;
color: white;
padding: 5px;
margin-bottom: 50px;
}
.top-nav {
margin-top: 5px;
display: flex;
}
.top-nav a {
text-decoration: none;
color: #888888;
flex: auto;
}
main {
min-height: 500px;
background: white;
color: black;
}
.a {
background: linear-gradient(135deg, #0000ff, #ff00ff, #ff5555);
color: white;
text-align: center;
padding: 20px;
border-radius: 10px;
}
.a1 {
margin: 5px;
background: #ff6b6b;
padding: 1ch;
border-radius: 5ch;
}
.a1 a {
text-decoration: none;
color: white;
}
.b, .c {
justify-content: center;
text-align: center;
align-content: center;
}
footer {
margin-bottom: 0;
margin-top: 50px;
}
input, button {
margin: 5px;
}
button {
background: #ff6b6b;
color: white;
outline: 5px solid rgba(0, 0, 0, 0.6);
}