修正CSS
This commit is contained in:
parent
6582e663f3
commit
5c3a5858f3
@ -16,7 +16,7 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background: rgba(244, 244, 244, 0) url("/web_assignment_war_exploded/resources/images/background.jpg") no-repeat center center fixed;
|
background: rgba(244, 244, 244, 0) url("#{facesContext.externalContext.requestContextPath}/resources/images/background.jpg") no-repeat center center fixed;
|
||||||
background-size: cover; /* Ensures the background image covers the entire area without distortion */
|
background-size: cover; /* Ensures the background image covers the entire area without distortion */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user