-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
70 lines (65 loc) · 1.17 KB
/
Copy pathstyle.css
File metadata and controls
70 lines (65 loc) · 1.17 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
body {
background-image: url("./pictures/iced\ out\ dog.jpg");
opacity: 0, 5;
height: 100%;
width: 100%;
}
h1 {
color: black;
text-align: center;
font-size: 4cm;
font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
font-family: monospace;
font-weight: lighter;
background-color: lightsalmon;
border: 9px solid red;
margin: 2px;
}
p {
color: black;
font-size: 1cm;
font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
border: 9px solid black;
}
.background-container {
width: 100%;
height: 100%;
background-color: pink;
opacity: 0.3;
}
.navigation-link {
color: black;
text-decoration: none;
}
.navbar-container {
display: flex;
flex-flow: row;
justify-content: space-between;
color: black;
}
.navbar-container > div > a {
margin-left: 15px;
}
.navbar {
color: white;
text-decoration: none;
}
form {
display: flex;
flex-direction: column;
align-items: center;
}
h2 {
text-align: center;
border: 9px solid black;
font-size: 1cm;
}
.release-container > p {
color: white;
border: none;
}
.release-container {
display: flex;
flex-flow: row;
justify-content: space-between;
}