pedf
/
novinari
Archived
1
0
Fork 0

Vzhled podle návrhu

master
Emil Miler 3 years ago
parent f24fae0a6a
commit 7605732780

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

@ -10,10 +10,11 @@ body {
min-height: 100vh;
width: 100vw;
background-color: #888;
color: #edfbff;
display: flex;
flex-direction: column;
background: linear-gradient(90deg, rgba(210, 120, 80, .95), rgba(250, 60, 70, .95)), url(background.jpg);
}
a {
@ -82,6 +83,7 @@ footer {
display: flex;
justify-content: center;
padding: 2em;
background-color: #aaa;
background-color: rgba(255, 255, 255, .075);
backdrop-filter: blur(5px);
}