-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
36 lines (32 loc) · 701 Bytes
/
styles.css
File metadata and controls
36 lines (32 loc) · 701 Bytes
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
html, body {
height: 100%;
}
.product_container {
background-image: url("./Gun_Images/miscImages/Bob_in_Space.jpg");
background-size: contain;
display: flex;
flex-direction: column;
min-height: 90vh;
}
.content {
flex: 1;
}
.footer {
background-color: #343a40; /* Dark grey color */
color: #ffffff; /* White text color */
padding: 20px 0;
position: relative;
text-align: center;
width: 100%;
height: 100%;
}
.dropdown {
margin-right: 10px;
margin-top: 10px;
/* Add some spacing between dropdowns */
}
.w3-sidebar {
}
.w3-sidebar a.w3-bar-item {
/* Adjust the margin as per your requirement */
}