Skip to content

Commit

Permalink
Nice background color
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmaostc committed Sep 20, 2023
1 parent c3c6247 commit 3e27b42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<!-- Include Bootstrap CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body {
background-color: #87CEEB; /* Use your preferred background color code */
}
</style>
</head>
<body>
<div class="container mt-5">
Expand Down

0 comments on commit 3e27b42

Please sign in to comment.