Skip to content
Snippets Groups Projects
Commit eed321d8 authored by Ashwanth K's avatar Ashwanth K
Browse files

Upload New File

parent ed04f2a6
No related branches found
No related tags found
No related merge requests found
import React from 'react';
import {Link} from 'react-router-dom';
import "./pages.css"
function Navbar(){
return(
<div style={{width:"fill",height:"53px",backgroundColor:" #333"}}>
<img src="icon.png" width="53px" height="53px"/>
<div style={{position:"absolute",left:"55px",top:"0px",color:"#f2f2f2",fontSize:"30px"}}><b>BMS</b></div>
<div class="topnav" style={{position:"absolute",right:"1%",top:"0px",color:"#f2f2f2",fontSize:"30px"}}>
<a href="#news">News</a>
<Link to = '/about'>About us</Link>
</div>
</div>
);
}
export default Navbar;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment