-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.css
115 lines (95 loc) · 1.35 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
*{
padding: 0;
margin: 0;
}
h1{
text-align: center;
font-size: 52px;
font-family: sans-serif;
padding: 15px;
color: black;
padding-top: 90px;
}
.nav{
display: block;
position: fixed;
text-align: center;
font-family: sans-serif;
font-size: 16px;
width: 100%;
height: 85px;
background-color: white;
z-index: 1000;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .25);
border-bottom: 1px solid #3e3e3e;
}
nav{
margin-top: 35px;
}
a{
margin-left: 20px;
margin-right: 20px;
display: inline-block;
}
.logo{
width: 100%;
height: 85px;
}
.logo img{
height: 60px;
width: 150px;
float: left;
margin-left: 2px;
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
}
.border{
width: 50px;
height: 3px;
margin-right: auto;
margin-left: auto;
border-top: 3px solid #00AD9F;
}
.five {
width: 35.6%;
height:330px;
margin-left: 1.5%;
float:left;
margin-top: 1%;
background-color: green;
}
.three {
width: 23.2%;
height:330px;
float:left;
margin-left: 1.5%;
margin-top: 1%;
background-color: yellow;
}
.footer{
width: 100%;
height: 275px;
float: left;
margin-top: 1%;
background-color: #f1f1f1;
}
.con{
width: 80%;
height: 200px;
margin-left: 20%;
margin-right: 20%;
margin-top: 5%;
}
.footer img{
border-radius: 100%;
width: 125px;
height: 125px;
}
p{
text-align: left;
margin-top: 5px;
margin-bottom: 5px;
}