homepage css eliminate
This commit is contained in:
parent
9559d40106
commit
839aa37dfc
|
@ -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";
|
||||||
|
|
|
@ -6,7 +6,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
|
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
color: white !important;
|
color: white ;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue