yaseen
This commit is contained in:
parent
df972fb2f0
commit
e7c129f7b3
1 changed files with 38 additions and 0 deletions
38
funny/yaseen.html
Normal file
38
funny/yaseen.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset = "utf-8" />
|
||||
|
||||
<title>
|
||||
YASEEN!!!
|
||||
</title>
|
||||
|
||||
<!-- add icon link -->
|
||||
<link rel = "icon" href = "assets/branding/self-portrait.png"
|
||||
type = "image/x-icon">
|
||||
<style>
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
-webkit-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
body{
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
-webkit-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
marquee{
|
||||
height: 100vh;
|
||||
}
|
||||
</style></head>
|
||||
<body>
|
||||
<marquee behavior="alternate" scrollamount="30">
|
||||
<marquee behavior="alternate" scrollamount="30" direction="down">
|
||||
<p>Yaseen</p>
|
||||
</marquee>
|
||||
</marquee>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue