Skip to content

Commit

Permalink
background
Browse files Browse the repository at this point in the history
  • Loading branch information
ftadii committed Jun 19, 2023
1 parent 9fb654c commit ba99c48
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@

<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
margin: 0;
font-family: "rubik", sans-serif;
background: #202731;
overflow-x: hidden;
}

.center {
align-items: center;
}
Expand Down Expand Up @@ -306,13 +313,13 @@ <h3>StraySupport</h3>
});
});
</script>

<div id="addlisting" class="modal">
<div class="modal-background"></div>

<div class="modal-content">
<div class="box">
<p>Modal JS example</p>
<!-- Your content -->
</div>
</div>

Expand Down

0 comments on commit ba99c48

Please sign in to comment.