-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
45 lines (42 loc) · 843 Bytes
/
style.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
body{
font-family: 'Lato', sans-serif;
padding: 0;
margin: 0;
}
nav{
background-color: aqua;
padding :20px 50px;
}
.navTop{
display:flex;
align-items:center;
justify-content:space-between;
}
.bumperoffer{
color:blue;
border-bottom: 2px solid gold;
}
.menuItem{
color:blue;
}
.slider{
background: url("https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.pinterest.com%2Fpin%2F557039047657736322%2F&psig=AOvVaw1DE4KcrJ3pduIasRLT3rC9&ust=1678929579922000&source=images&cd=vfe&ved=0CBAQjRxqFwoTCMjgmJzi3P0CFQAAAAAdAAAAABAh");
}
.sliderWrapper{
display: flex;
}
.sliderWrapper2{
display:flex;
}
.sliderWrapper3{
display:flex;
}
.sliderWrapper4{
display:flex;
}
.sliderWrapper5{
display:flex;
}
.sliderWrapper6{
display:flex;
}