Commit 9d064292 authored by Markus Mößler's avatar Markus Mößler
Browse files

added uni hohenheim logo

parent 4db19d2e
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
// ./src/components/Navbar.js

import React from 'react';
import 'bootstrap/dist/css/bootstrap.min.css';
import '../assets/mystyle.css'
import '../assets/custom.css'
import logo from '../assets/RZ_UniHohenheim_Logo_4C_E_blau_EN.svg';

function Logo() {
    return (
        <div className="logo-cl header-01-cl" style={{ textAlign: 'center', paddingTop: '20px', paddingBottom: '20px', backgroundColor: '#eeeeee' }}>
        <img src={logo} alt="Logo" style={{ height: '250px' }} />
      </div>
    );
}

export default Logo;
 No newline at end of file