7 lines
218 B
CSS
7 lines
218 B
CSS
header {
|
|
background-image: url('http://150.145.56.132/static/img/logos/dataspace_icon.svg');
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
min-height: 200px;
|
|
} |