pedf
/
novinari
Archived
1
0
Fork 0

Škálování pozadí

master
Emil Miler 3 years ago
parent 7605732780
commit ee819f14b8

@ -14,7 +14,8 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background: linear-gradient(90deg, rgba(210, 120, 80, .95), rgba(250, 60, 70, .95)), url(background.jpg); background: linear-gradient(90deg, rgba(210, 120, 80, .95), rgba(250, 60, 70, .95)), url(background.jpg) center center no-repeat;
background-size: cover;
} }
a { a {