missing files for header and fonts

This commit is contained in:
Peter
2024-02-10 19:53:56 +01:00
parent 3baee7f8e5
commit f210c292f1
15 changed files with 63304 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#nav {
position: fixed;
width: 100%;
height: 110px;
}
+15
View File
@@ -0,0 +1,15 @@
import React, { FC } from 'react';
import './Header.css';
const Header: FC = () => {
return (
<header>
<div></div>
<div></div>
</header>
)
};
export default Header;