Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mpax235 committed Oct 5, 2024
1 parent b2bd7c7 commit 8d1cd90
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
37 changes: 37 additions & 0 deletions css/js-disabled.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
body::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: -1;
}

body {
background-image: url('../images/Bikinibottom.jpg');
background-color: aqua;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin: 0;
padding: 0;
font-family: 'Comic Sans MS', sans-serif;
min-height: 100vh;
min-width: 100vw;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
color: white;
}

h1 {
text-align: center;
color: rgb(218, 203, 3);
font-size: 42px;
margin-top: -70px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<noscript>
<link rel="stylesheet" href="css/js-disabled.css">
<h1 id="main-title">Freakybob</h1>
<a>To continue to the website, please enable JavaScript.</a>
</noscript>
<h1 id="main-title">Freakybob</h1>
<a href="http://blog.freakybob.site/" id="freakyblog-logo" width="60px" height="60px">
<img src="images/freakyblog.png" alt="freakyblog">
Expand Down

0 comments on commit 8d1cd90

Please sign in to comment.