homepage css eliminate

This commit is contained in:
Priyatham Sai Chand 2021-01-25 13:53:15 +05:30
parent 9559d40106
commit 839aa37dfc
3 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
import React from 'react'; import React from 'react';
import '../homepage.css';
import NavBar from './NavBar'; import NavBar from './NavBar';
import Footer from './Footer'; import Footer from './Footer';
import { useHistory } from "react-router-dom"; import { useHistory } from "react-router-dom";

View File

@ -6,7 +6,7 @@ h1, h2, h3, h4, h5, h6 {
} }
h1 { h1 {
color: white !important; color: white ;
} }
p { p {

View File

@ -32,8 +32,7 @@
font-family: "Ubuntu"; font-family: "Ubuntu";
font-size: 5rem; font-size: 5rem;
font-weight: bold; font-weight: bold;
position: relative; color: rgb(24, 14, 14);
color: white;
text-decoration: none; text-decoration: none;
text-transform: lowercase; text-transform: lowercase;
} }