Skip to content

Commit

Permalink
title color changed to darkgreen
Browse files Browse the repository at this point in the history
  • Loading branch information
jumankaushik committed Oct 2, 2024
1 parent e424ee5 commit 3fab1b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion src/components/Confirm.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function ConfirmationCheckbox() {
}}
>
<Confetti></Confetti>
<h2 style={{ color: "black", padding: "10px" }}>{inputValue}, your future wife is</h2>
<h2 style={{ color: "darkgreen", padding: "10px" }}>{inputValue}, your future wife is</h2>
<div style={{ display: "flex", justifyContent:"center"}}>
<div
className="card"
Expand Down
21 changes: 0 additions & 21 deletions src/components/bestbutton.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,3 @@
transform: translateX(-50%) skew(325deg);
transition: 0.5s;
}

.bestbutton:hover i::after{
width : 20px;
left: 80%;
}

.wifeShower h2 {
font-size: 2rem;
}

@media (max-width: 768px) {
.wifeShower h2 {
font-size: 1.5rem;
}
}

@media (max-width: 480px) {
.wifeShower h2 {
font-size: 1.2rem;
}
}

0 comments on commit 3fab1b6

Please sign in to comment.