-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
26 lines (20 loc) · 745 Bytes
/
Copy pathstyle.css
File metadata and controls
26 lines (20 loc) · 745 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
/* not sure what to do with this but I want to be able to hook it up to work with the dropdown menu */
#google_translate_element .goog-te-gadget-icon{display:none !important;
}
/* BACKGROUND CHANGE attempt */
/* If I add a period before body, then the image does not extend beyond nav */
.Background_Image {
background-image: url("pexels-alexander-grey-1428171.jpg");
background-repeat: no-repeat;
background-size: cover;
/* background-size: 100% 100%; */
height: 80vh;
width: 100%;
}
.text-white {
padding-top: 20px;
padding-left: 30px;
}
/* background-position: center center; NOPE!!! */
/* This makes bunch of them but the main image remains the same size */
/* background-size: 500px; */