-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduct.css
More file actions
120 lines (96 loc) · 1.6 KB
/
Copy pathproduct.css
File metadata and controls
120 lines (96 loc) · 1.6 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
119
120
body {
background-color: #181818;
margin: 0;
display: flex;
flex-direction: column;
height: 100%;
color: white;
}
.navbar-toggler {
background-color: #fff;
border-radius: 50%;
padding: 5px;
}
.navv {
position: fixed;
width: 100%;
}
#navvbar {
background-color: black;
box-shadow: 0 4px 8px rgba(255,255,255,0.2);
}
#navvbar a {
color: white;
}
#navvbar i {
color: white;
}
#navvbar a:hover {
color: #3498db;
text-decoration: overline;
}
.navbar-nav {
margin-left: 5rem;
padding: 10px;
font-size: 18px;
}
.navv form {
padding: 10px;
}
.navv form button {
color: #3498db;
border: 1px dotted #3498db;
}
.navv form button:hover {
background-color: #3498db;
}
.navbar-brand {
padding: 5px;
font-size: 30px;
}
.review {
border: 1px dotted #3498db;
padding: 10px;
margin-bottom: 10px;
}
#productcont {
margin-top: 50px;
padding: 20px;
}
#productcont img {
width: 100%;
height: 100%;
}
.col-md-6 p {
font-size: 18px;
}
.col-md-6 .btn-primary {
background-color: #3498db;
padding: 20px;
}
.col-md-6 .btn-primary:hover {
background-color: #2474aa;
}
#features {
padding: 10px;
margin-top: 40px;
background-color: #f7fbf4;
color: black;
}
#features .col-md-12 {
text-align: center;
font-size: 20px;
}
#topbtn {
font-size: 25px;
width: 20%;
align-self: center;
background-color: gray;
border: 1px solid gray;
border-radius: 50px;
text-align: center;
}
#topbtn:hover {
color: white;
background-color: rgb(94, 93, 93);
}