Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Changed background color
  • Loading branch information
alokverma18 authored Sep 4, 2023
1 parent 059e11a commit 55cfb2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@

</head>

<body style="margin: 8% 25%;">
<body style="margin: 8% 25%; background-color: black;">
<div class="px-4 py-5 my-5 text-center" style=" border-color: rgb(128, 255, 0); border-style:double; ">

<svg xmlns="http://www.w3.org/2000/svg" width="50" height="75" fill="currentColor" class="bi bi-file-earmark-code" viewBox="0 0 16 16">
<path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>
<path d="M8.646 6.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 9 8.646 7.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 9l1.647-1.646a.5.5 0 0 0 0-.708z"/>
</svg>
<h1 class="display-5 fw-bold text-body-emphasis">Programming Joke</h1>
<h1 class="display-5 fw-bold">Programming Joke</h1>
<div class="col-lg-6 mx-auto" style="margin: 25px auto;">
<p class="setup lead mb-4" style="color: orangered; font: 25px Merriweather">*********</p>
<p class="delivery lead mb-4" style="color: rgb(0, 34, 255); font: 25px Merriweather; font-style: italic;"></p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center" style="margin: 10px auto;">
<button type="button" class="btn btn-outline-dark btn-sm px-4">Another one!</button>
<button type="button" class="btn btn-outline-light btn-sm px-4">Another one!</button>
</div>
</div>
</div>
Expand Down Expand Up @@ -57,4 +57,4 @@ <h1 class="display-5 fw-bold text-body-emphasis">Programming Joke</h1>
</script>
</body>

</html>
</html>

0 comments on commit 55cfb2a

Please sign in to comment.