Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision committed Mar 29, 2024
1 parent 35fbb43 commit f471190
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fill-in-the-blank/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@
.nav-pills {
left: 50%;
transform: translateX(-50%);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
border-radius: 10px;
}

.container {
max-width: 600px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
</style>
</head>
Expand Down

0 comments on commit f471190

Please sign in to comment.