We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8353668 commit a8adba1Copy full SHA for a8adba1
public/fox.ico
-61 KB
public/logo-192.png
-16.9 KB
public/logo-512.png
-42.8 KB
src/components/Header/index.css
@@ -3,7 +3,7 @@
3
height: 170px;
4
display: flex;
5
flex: 1;
6
- background: #E9F2FF;
+ background: #190066;
7
margin-bottom: 55px;
8
position: relative;
9
align-items: center;
src/components/Header/index.js
@@ -1,13 +1,11 @@
1
import React, { Component } from 'react'
2
import BgImage from '../../images/bg-img.svg';
-import LogoWordmark from '../../images/logo-wordmark.svg';
import './index.css';
export default class Header extends Component {
render(){
return (
<div className={'header'}>
10
- <img src={LogoWordmark} className={'header logo-img'} alt={'background'} />
11
<img src={BgImage} className={'header bg-img'} alt={'background'} />
12
</div>
13
);
src/images/bg-img.svg
src/images/logo.svg
0 commit comments