-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shopping app.css
77 lines (73 loc) · 1.37 KB
/
Shopping app.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
body{
background-color: palegreen;
height: auto;
overflow: scroll;
margin: 0 0 55px;
}
.container-fluid{
width: 100%;
height: 55px;
box-shadow: 0 0 5px rgba(0,0,0,2);
background-color: rgb(5, 88, 109);
overflow-x: auto;
display: flex;
}
.navlink{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-grow: 1;
min-width: 50px;
white-space: nowrap;
font-family: sans-serif;
font-size: 20px;
color: black;
text-decoration: none;
transition: background-color 0.1s ease-in-out;
}
.nav i{
color: rgb(208, 255, 0);
font-size: 30px;
}
.navbar-brand{
color: rgb(78, 181, 207);
font-size: 30px;
font-style: italic;
text-shadow: 0 5px 7px rgb(233, 219, 223);
}
.Advertisement{
background-color: palegreen;
height: 900px;
width: 100%;
margin-top: 30px;
}
.card{
box-shadow: 8px 10px 20px;
}
.btn:hover
{
background-color: chocolate;
}
span{
color: red;
}
.class1 li{
list-style-type: none;
display: inline;
gap: 40px;
}
img:hover{
background-color:white;
}
h2{
margin-top: 20px;
margin-left: 500px;
font-family: 'Times New Roman', Times, serif;
}
.alert {
margin-top: 40px;
}
.container{
margin-top: 40px;
}