Skip to content

Commit

Permalink
feat: make sinteze
Browse files Browse the repository at this point in the history
  • Loading branch information
imantsk committed Aug 31, 2024
1 parent 3cc1976 commit e958a37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html style="background-color: #111111;">

<head>
<meta charset="UTF-8">
Expand All @@ -17,11 +17,10 @@
}
</script>
<style>
body {
background-color: #111111;
/* body {
margin: 0;
overflow-x: hidden;
}
} */

.noize {
position: fixed;
Expand Down Expand Up @@ -54,7 +53,8 @@
</style>
</head>

<body class="noize">
<body class="">
<background class="noize"></background>
<h1 class="text-3xl font-bold text-gray flex flex-row min-h-screen justify-center items-center">
sinteze
</h1>
Expand Down

0 comments on commit e958a37

Please sign in to comment.