Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions chatforyou.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<body bgcolor='aqua'>

Welcome to LW

</body>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Background Test</title>
<style>
.background-image {
background-image: url('https://www.kasandbox.org/programming-images/seasonal/snowy-slope-with-trees.png');
position: fixed;
left: 0;
right: 0;
z-index: 1;

display: block;

width: 600px;
height: 360px;
-webkit-filter: blur(2px);
-o-filter: blur(2px);
-moz-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
}
.content {
position: relative;
left: 0;
right: 0;
z-index: 9999;
margin-left: 20px;
margin-right: 20px;
filter: invert(1);
}
</style>
</head>
<body>
<div class="background-image"></div>
<div class="content">
<h1>Welcome to LW</h1>
<h2>Lorem Ipsum</h2>
<p>dolor sit amet</p>
<img src="https://www.kasandbox.org/programming-images/seasonal/snownoes.png">
</div>
</body>
</html>
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<body bgcolor='aqua'>

<body bgcolor="green">
Welcome to LW

</body>