homepage css eliminate
This commit is contained in:
parent
9559d40106
commit
839aa37dfc
|
@ -1,5 +1,4 @@
|
|||
import React from 'react';
|
||||
import '../homepage.css';
|
||||
import NavBar from './NavBar';
|
||||
import Footer from './Footer';
|
||||
import { useHistory } from "react-router-dom";
|
||||
|
|
|
@ -6,7 +6,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||
|
||||
}
|
||||
h1 {
|
||||
color: white !important;
|
||||
color: white ;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
|
@ -32,8 +32,7 @@
|
|||
font-family: "Ubuntu";
|
||||
font-size: 5rem;
|
||||
font-weight: bold;
|
||||
position: relative;
|
||||
color: white;
|
||||
color: rgb(24, 14, 14);
|
||||
text-decoration: none;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue