TTT_Role_Overview/css/styles.css

14 lines
356 B
CSS
Raw Normal View History

2022-03-28 05:40:17 +00:00
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;
}
2022-03-28 09:31:30 +00:00
.card {
2022-03-28 09:36:11 +00:00
opacity: 0.95 !important;
2022-03-28 09:41:31 +00:00
}
.blurry {
backdrop-filter: blur(40px) !important;
2022-03-28 09:31:30 +00:00
}