Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testimonials Defense Team Section Resolved #675

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,8 @@
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
padding: 20px;
text-align: center;
width: 1040px;
width: 73.5rem;
/* border:1px solid black; */
color: white;
}

Expand Down Expand Up @@ -715,6 +716,7 @@ <h3>Game Over</h3>
background:linear-gradient(to right,rgb(200, 199, 200),rgb(179, 231, 245));
border: 10px solid blue;
text-align: center;
width:95%;
padding: 40px 20px;
font-family: Arial, sans-serif;
border-radius: 10%;
Expand Down