Project

General

Profile

1
<html>
2
<style type="text/css">
3
    html {
4
        background: url("${pageContext.request.contextPath}/client/img/dead_end_no_consent.jpg") no-repeat center center fixed;
5
        -webkit-background-size: cover;
6
        -moz-background-size: cover;
7
        -o-background-size: cover;
8
        background-size: cover;
9
    }
10
</style>
11
</html>
(3-3/3)