add background : no-repeat center cover

This commit is contained in:
2020-12-06 16:31:04 +01:00
parent 86e2a90bab
commit 125582e8fc

View File

@@ -2,7 +2,8 @@
/*=================== Image Background ======================*/
/*************************************************************/
body {
background-image:url(../ui/frames/background.webp)
background: url(../ui/frames/background.webp) no-repeat center;
background-size: cover;
}
/*************************************************************/