Skip to content

Commit

Permalink
bg
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBloX authored Jan 29, 2024
1 parent ff843c0 commit c4ed7bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added assets/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
></script>
<title>SteveBloX</title>
</head>
<body class="mb-20">
<body class="mb-20 bg">
<p
class="text-center text-5xl pt-5"
style="font-family: notstretch, sans-serif"
Expand Down Expand Up @@ -373,6 +373,10 @@ <h1 class="title text-6xl pb-20">TECH<br />STACKK</h1>
.projects * {
transition: all 0.5s;
}

.bg {
background-image: url("assets/background.png")
}
</style>
<script>
const homeContent = document.querySelector(".home");
Expand Down

0 comments on commit c4ed7bb

Please sign in to comment.