copyright footer
This commit is contained in:
parent
251a87bd85
commit
793ccc7612
@ -16,8 +16,6 @@
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
|
||||
<div>  2021 © Outstaffing</div>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -21,3 +21,15 @@ code {
|
||||
h1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 0 5rem;
|
||||
}
|
||||
|
||||
footer>div {
|
||||
border-top: 2px solid #73c141;
|
||||
padding: 1rem;
|
||||
font-family: 'Muller';
|
||||
font-weight: 300;
|
||||
font-size: 1.2em;
|
||||
}
|
@ -8,7 +8,12 @@ import './index.css';
|
||||
|
||||
ReactDOM.render(
|
||||
<Provider store={store}>
|
||||
<>
|
||||
<App />
|
||||
<footer>
|
||||
<div>2021 © Outstaffing</div>
|
||||
</footer>
|
||||
</>
|
||||
</Provider>,
|
||||
document.getElementById('root')
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user