Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EngJurado committed Nov 11, 2023
1 parent f3d4be2 commit 5b9952c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<body class="bg-dark text-white align-items-center text-center">
<div class="d-flex align-items-center justify-content-center vh-100">
<div class="row justify-content-center">
<div class="col-12 col-md-8 card text-white text-center bg-dark p-2">
Expand Down
4 changes: 0 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
body {
background-color: black;
}

.card {
border-radius: 2em;
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<body class="bg-dark text-white align-items-center text-center">
<div class="d-flex align-items-center vh-100 m-3">
<div class="row justify-content-center">
<div class="col-12 col-md-8 card text-white text-center bg-dark p-2">
Expand Down

0 comments on commit 5b9952c

Please sign in to comment.