modify background image cover, opacity
This commit is contained in:
@@ -20,10 +20,11 @@ body {
|
||||
|
||||
/* style background image */
|
||||
.kbcc-background-image {
|
||||
background-image: url("https://www1.kingsborough.edu/photo_album/kcc_campus_06/images/KG_Kibbee_3_jpg.jpg");
|
||||
background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%), url("https://www1.kingsborough.edu/photo_album/kcc_campus_06/images/KG_Kibbee_3_jpg.jpg");
|
||||
padding: 20px 0px;
|
||||
height: 230px;
|
||||
border-radius: 5px;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
/* style navbar */
|
||||
|
||||
Reference in New Issue
Block a user