forked from JoeshGichon/Art-Gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.css
50 lines (45 loc) · 986 Bytes
/
gallery.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
body{
background-color: #6F1E51;
}
.navigation{
margin-bottom: 15px !important;
opacity: 0.9;
background-color: #6F1E51 !important;
}
#header{
margin-right: 0em;
margin-top: 0.4% !important;
}
h1{
color: #6F1E51;
text-align: center;
margin-top: 20px;
text-shadow:3px 3px 4px #6F1E51 ;
text-shadow:3px 3px white;
}
h2{
text-align: center;
color: #6F1E51;
text-shadow:4px 4px white;
}
.card{
margin-left: 10px;
}
#drawing1-def, #drawing2-def, #drawing3-def, #photo1-def, #photo2-def, #photo3-def,
#sculpt1-def, #sculpt2-def, #sculpt3-def, #paper1-def, #paper2-def, #paper3-def,
#deco1-def, #deco2-def, #deco3-def{
display: none;
}
p{
color:#ffffff;
text-align: center;
}
h4{
color: #f8c291;
text-align: center
}
/* #photo1, #photo2, #photo3, #deco1, #deco2, #deco3,
#paper1, #paper2, #paper3, #sculpt1, #sculpt2, #sculpt3,
#drawing1, #drawing2, #drawing3{
box-shadow: 5px 5px #f8c291;
} */