Skip to content
Snippets Groups Projects
Profile.js 636 B
Newer Older
  • Learn to ignore specific revisions
  • import React, { Component } from "react";
    
    import { Container, Header, Segment } from "semantic-ui-react";
    
    
    export default class Profile extends Component {
      render() {
        return (
          <div>
    
            <Segment inverted textAlign="center" vertical>
    
                <Header
                  as="h1"
                  content="Profil - TODO"
                  inverted
                  style={{
                    fontSize: "3em",
                    fontWeight: "normal",
                    marginBottom: 0,
                    marginTop: "0.5em"
                  }}
                />