TTT_Role_Overview/css/styles.css
2022-03-28 12:28:29 +02:00

14 lines
354 B
CSS

html {
background: url("https://img4.goodfon.com/wallpaper/nbig/2/39/tokho-toukhou-devushka-fon-mech.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.card {
background-color: #ffffffaa;
}
.blurry {
backdrop-filter: blur(7px) !important;
}