style: add appropriate pride-month background #6
@@ -91,8 +91,9 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#large-header {
|
#large-header {
|
||||||
background: #222 url('/images/logowall.svg') center top;
|
background: url('/images/pride_flag.svg'); // pride month background
|
||||||
background-size: 450px;
|
//background-size: 450px;
|
||||||
|
//background: #222 url('/images/logowall.svg') center top;
|
||||||
height: 228px;
|
height: 228px;
|
||||||
margin: 0 0 170px 0;
|
margin: 0 0 170px 0;
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 777 480">
|
||||||
|
<path fill="#770088" d="M0 0h777v480H0z"/>
|
||||||
|
<path fill="#004CFF" d="M0 0h777v400H0z"/>
|
||||||
|
<path fill="#028121" d="M0 0h777v320H0z"/>
|
||||||
|
<path fill="#FFEE00" d="M0 0h777v240H0z"/>
|
||||||
|
<path fill="#FF8D00" d="M0 0h777v160H0z"/>
|
||||||
|
<path fill="#E50000" d="M0 0h777v80H0z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 338 B |
Reference in New Issue
Block a user