Fixed wierd global colors

This commit is contained in:
Ram Reddy 2021-02-21 12:56:02 -08:00
parent 46832dc5de
commit 8f76a0f77d
No known key found for this signature in database
GPG Key ID: 2CD6B38BE14BDE53
2 changed files with 10 additions and 9 deletions

View File

@ -23,8 +23,8 @@ class Donate extends Component {
<GlobalStyle />
{/* <div className="content-box"> hjalsdklANSDFKJASNDF</div> */}
<div className="centered">
<p>
<h1>Donate Today</h1>
<div className="textArea">
<div className="text1">Donate Today</div>
<span><br></br></span>
<span><br></br></span>
<span><br></br></span>
@ -34,14 +34,14 @@ class Donate extends Component {
<span><br></br></span>
<span><br></br></span>
<span><br></br></span>
<h2>Paypal widget here</h2>
<div className="text2">Paypal widget here</div>
<span><br></br></span>
<span><br></br></span>
<span><br></br></span>
<span><br></br></span>
<span><br></br></span>
<h2>Gofundme widget here</h2>
</p>
<div className="text2">Gofundme widget here</div>
</div>
</div>
<img className="landing-robot" src={bot2}>

View File

@ -11,17 +11,18 @@
border-radius: 10px;
transform: translate(-50%, -50%);
}
p {
.textBox {
margin-left:4em;
text-align: center;
vertical-align: middle;
}
h1 {
.text1 {
font-family: "Poppins", sans-serif;
font-size:250%;
font-size:4em;
position: absolute;
color:#e0fbfc;
}
h2{
.text2{
font-family: "Poppins", sans-serif;
font-size: 2em;
position: absolute;