mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 14:01:56 +08:00
feat:added favicon and logo
This commit is contained in:
parent
41f71d2dc7
commit
7bd539c840
Binary file not shown.
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 2.2 KiB |
BIN
src/assets/favicon.png
Normal file
BIN
src/assets/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
src/assets/logo.png
Normal file
BIN
src/assets/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
@ -2,4 +2,8 @@
|
||||
color:#ffffff;
|
||||
padding-left:40px;
|
||||
background-color: #6272a4;
|
||||
}
|
||||
}
|
||||
|
||||
.logo{height:25px;
|
||||
width:25px;
|
||||
margin-right:10px;}
|
@ -25,7 +25,6 @@ input{margin:4px;}
|
||||
padding-left:20px;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width:600px){
|
||||
.main-container{
|
||||
display:flex;
|
||||
|
@ -30,10 +30,12 @@
|
||||
text-align: center;
|
||||
color:#676683;
|
||||
|
||||
padding:50px 25px 50px 25px;}
|
||||
padding:50px 25px 50px 25px;
|
||||
border:4px solid #676683;
|
||||
}
|
||||
h1{height:auto;}
|
||||
|
||||
button{background-color: #282a36;
|
||||
button{background-color: #676683;
|
||||
color:#ffffff;
|
||||
border:none;
|
||||
border-radius:4px;
|
||||
|
@ -1,11 +1,12 @@
|
||||
import React from 'react';
|
||||
import './App.css';
|
||||
|
||||
import logo from '../assets/favicon.png';
|
||||
const Navbar = () => {
|
||||
|
||||
return (
|
||||
<nav className="navbar bg-dark">
|
||||
<h4>CoverView</h4></nav>);
|
||||
|
||||
<h4><img src={logo} alt="logo" className="logo"></img>CoverView</h4></nav>);
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user