Skip to content

Commit

Permalink
removing animation
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneelizabethsabu committed Sep 18, 2021
1 parent 70e9388 commit 0715e14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 74 deletions.
4 changes: 0 additions & 4 deletions src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { useState } from "react";
import {Button, Form,Row,Col, Container} from 'react-bootstrap';
import './Home.css';
import { useHistory } from "react-router-dom";
import './animation.css';

export const Home = () => {
const [id,setId]=useState('');
Expand All @@ -13,9 +12,6 @@ export const Home = () => {

return(
<Container fluid className="min-vh-100 home-container">
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
<Row className="home-row justify-content-center">
<Col className="text-center right pl-0">
<h1 >CV-GENERATOR</h1>
Expand Down
Loading

0 comments on commit 0715e14

Please sign in to comment.