forked from JAREDKEVIN/THE-SMART-FARM
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgallery.css
More file actions
132 lines (111 loc) · 1.67 KB
/
gallery.css
File metadata and controls
132 lines (111 loc) · 1.67 KB
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
115
116
117
118
@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');
*{
box-sizing: border-box;
padding: 0px;
margin: 0px;
}
/* .container-fluid{
background-color:white;
} */
/*
.icons{
display: flex;
float: right;
height: 50px;
}
.navbar{
display: flex;
background-color: green;
height: 50px;
}
.navbar ul li{
display: inline-flex;
margin: 10px;
}
.nav ul li a{
color: white;
text-decoration: none;
} */
/* .section{
background-image: url("./smartfarmimages/strawberry.jpg");
} */
nav{
width: 100%;
height: 70px;
background-color: green;
}
.fas{
color: white;
}
.fab{
color: white;
}
/* .scroll{
background-image: linear-gradient(to right white, green );
} */
.strawberries{
height: 250px;
width: 100%;
object-fit: cover;
}
.section1 .new h1{
margin-left: 45%;
/* margin-top: -150px; */
}
.gallery{
color: white;
}
.our{
font-family: 'Redressed', cursive;
font-size: 50px;
}
.section1 .new h4{
margin-left: 45%;
color: green;
}
.images1{
height: 350px;
display: flex;
}
.images1a{
width: 380px;
}
.images2 img{
width: 100%;
object-fit: fill;
}
.images3 img{
width: 500px;
height: 300px;
}
.images3{
display: flex;
justify-content: space-between;
height: 350px;
}
/* .imga{
margin: 20px;
} */
.imgb{
padding-left: 20px;
padding-right: 20px;
}
.img3a{
margin: 20px;
}
.img3b{
margin: 20px;
}
.img3c{
margin: 20px;
}
.img-icons img{
width: 30px;
height: 30px;
}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*="container-fluid"] {
width: 100%;
}
}