-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainStyle.css
88 lines (74 loc) · 1.15 KB
/
mainStyle.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
html, body {
background-color: rgb(110, 105, 98);
height: 100%;
/* text-align: center; */
width: 100%;
margin: 0;
padding: 0;
}
footer {
text-align: left;
}
#footerLink {
margin: 2em;
}
h1{
color: rgb(243, 164, 91);
}
p {
color: antiquewhite;
font-size: 24px;
}
label {
color: antiquewhite;
}
hr {
border: .2em ridge rgb(1, 233, 156);
}
a {
color: rgb(248, 228, 201);
text-decoration: none;
font-size: 24px;
font-weight: bolder;
}
a:hover {
color: rgb(252, 201, 135);
}
/* NavBar */
div.navBar {
background-color: rgba(238, 212, 177, 0.5);
border: none;
overflow: hidden;
position: fixed;
text-align: center;
top: 0;
width: 100%;
}
div.collectionImgLinks {
background-color: rgba(238, 212, 177, 0.5);
border: none;
margin-top: 7%;
text-align: center;
}
a.navLinks {
text-decoration: none;
color: rgb(1, 233, 156);
font-size: 20px;
font-weight: bolder;
padding: 0.5em;
font-family: 'Oooh Baby', cursive;
}
a.navLinks:hover {
color: rgb(50, 50, 223);
}
#homeImg,
#snowImg,
#skyImg,
#baliImg,
#uploadImg {
margin: 1%;
}
div.uploadForm {
margin: auto 25% auto 25%;
text-align: left;
}