-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.css
80 lines (79 loc) · 1.38 KB
/
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
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
body{
margin=0;
}
nav{
display:flex;
position:fixed;
height:100px;
width:99%;
background-color:black;
top: 0px;
}
#logo{
margin:0px 0px 1px 50px;
height:100px;
width:500px;
background-image: url("dbmsimg/logo.jpg");
background-size:contain;
background-repeat: no-repeat;}
.logo-name{
text-align: left;
font-family: cursive;
visibility: visible;
width:95px;
height: 0px;
margin: 76px 0px 0px 0px;
color: ghostwhite;
background-color: black;
}
nav ul{
display:flex;
height:100px;
width:900px;
margin-left:2px;
margin-top:40px;
}
nav ul li{
margin-left:40px;
display:inline;
}
nav ul li a
{
color:white;
font-family: cursive;
text-decoration:none;
}
#major-part
{
background-color: black;
display: block;
height: 520px;
width: 100%;
margin-top: 90px;
}
#slide-show
{
height: 300px;
width: 200px;
align-items: center;
margin-top: 100px;
margin-left:320px;
background-size: contain;
}
.b-left{
width: 20px;
height: 20px;
}
.b-right{
width: 20px;
height: 20px;
}
#pagefooter{
background-color: black;
display: inline-flex;
padding-top: 1.5em;
overflow: hidden;
height: 150px;
width: 100%;
box-shadow: 5px 5px 5px grey;
}