Skip to content

Commit

Permalink
ajustes index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RoodneyMoraes committed Nov 16, 2024
1 parent dc43fc8 commit 2dfa1eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<body>
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-light bg-white sticky-top">
<nav class="navbar navbar-expand-lg navbar-light bg-white sticky-top navbar-shadow">
<div class="container">
<a class="navbar-head">Certificações da Microsoft Azure</a>
</div>
Expand Down
4 changes: 4 additions & 0 deletions src/css/custom-index.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ section {
color: #d1e7ff;
}

.navbar-shadow {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* CARD DOS CERTIFICADOS */
.certificado-card {
padding: 32px;
Expand Down

0 comments on commit 2dfa1eb

Please sign in to comment.