Skip to content
Snippets Groups Projects
Commit e698069c authored by Szabó Gergely's avatar Szabó Gergely
Browse files

Reduce background brightness

parent 4b3a5610
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h1 { font-weight: bold; text-align: center; font-size: 12vmin; margin: 10vh 3vw 0 3vw; }
h2 { font-weight: 300; text-align: center; font-size: 4vmin; margin: 10vh 3vw 4vh 3vw; }
.background { background-image: url("bg.jpg"); filter: blur(10px); -webkit-filter: blur(10px); height: 100vh;
.background { background-image: url("bg.jpg"); filter: blur(10px) opacity(0.8); -webkit-filter: blur(10px) opacity(0.8); height: 100vh;
width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; position: fixed; }
.content { position: fixed; top: 0; left: 0; height: 100vh; width: 100%; z-index: 2; }
.latch { display: flex;justify-content: space-between;padding: 0 10vw; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment