mirror of
https://github.com/safing/web
synced 2025-09-02 19:19:03 +00:00
Add comment about image source
This commit is contained in:
parent
2c7d1060f9
commit
fa04c8be75
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ content .mission{
|
||||||
|
|
||||||
.o-bg{
|
.o-bg{
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
// https://pixabay.com/photos/rough-horn-alpine-2146181/
|
||||||
|
// Free for commercial use
|
||||||
|
// No attribution required
|
||||||
background-image: url(/assets/img/o-bg.png);
|
background-image: url(/assets/img/o-bg.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
Loading…
Add table
Reference in a new issue