-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
97 lines (77 loc) · 1.47 KB
/
index.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
body {
margin: 0;
padding: 0;
padding-bottom: 60px;
font-family: sans-serif;
}
.logo-display {
height:100vh;
width:100vw;
margin-top: -2%;
background-image: url("homepage-logo/frisco-rap-scene.png");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 150%;
position: fixed;
}
.navbar{
font-color: #d2691e;
background-color: #d2691e;
background-repeat: repeat;
position: relative;
font-family: 'Allerta Stencil', sans-serif;
}
.page-heading {
font-family: 'Allerta Stencil', sans-serif;
font-color: #d2691e;
length: 100%;
}
.page-subtitle {
font-family: 'Allerta Stencil', sans-serif;
}
.submission-instructions {
background-color: #d2691e;
border: thick, dashed;
}
.wrapper {
padding:20px;
height:auto;
}
.box, .music-container {
float:left;
margin: 10px;
}
.clear{
clear:both;
}
.artist-form, .submit-song-form, .submit-video-form {
border-color: black;
border-width: thick;
border-style: dashed;
height: 400px;
width: 50%;
padding: 20px;
padding-top: 70px;
background-color: #d2691e;
margin: auto;
}
footer {
background-color:#d2691e;
display:table-row;
height: 35px;
width:100%;
position:fixed;
bottom:0px;
margin-top: 3%;
padding-bottom: 5%;
}
.fab {
color: #000000;
}
.homepage-welcome {
font-family: Lobster, cursive;
font-size: 55px;
background-color: #d2691e;
opacity: 0.5;
}