make it smaple like

This commit is contained in:
Danny Schapeit 2021-10-29 08:49:05 +02:00
parent fe8a3e608d
commit dc8300c318
2 changed files with 9 additions and 8 deletions

View File

@ -3,6 +3,7 @@
![HTML5](https://img.shields.io/badge/html5-000000.svg?style=for-the-badge&logo=html5&logoColor=white) ![HTML5](https://img.shields.io/badge/html5-000000.svg?style=for-the-badge&logo=html5&logoColor=white)
## Introduction ## Introduction
[LIVE PREVIEW](https://codesandbox.io/s/github/D3nn7/crt-css)
This repository has a simple CRT (TV) effect in CSS. This repository has a simple CRT (TV) effect in CSS.
Thanks to [Patrick H. Lauke](https://codepen.io/patrickhlauke/pen/YaoBop) for his Codepen example. Thanks to [Patrick H. Lauke](https://codepen.io/patrickhlauke/pen/YaoBop) for his Codepen example.

View File

@ -7,19 +7,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="D3NN7"> <meta name="author" content="D3NN7">
<meta name="publisher" content="D3NN7"> <meta name="publisher" content="D3NN7">
<meta name="copyright" content="D3nn7"> <meta name="copyright" content="D3NN7">
<meta name="description" content="Hey my name is Danny. I'm a developer stundent in Germany who is interested in Privacy and Open Source"> <meta name="description" content="This preview is a simple CRT (TV) effect in CSS.">
<meta name="keywords" content="schapeit, danny-tobias schapeit, danny-tobias, danny, slynite, slynitestudio, sslnk, developer, german, germany, portfolio, legakulie, cactus, youtube, socialmedia, spedion, Slynite Event, develope, code, coding, php, sql, mysql, html, css, git, javascript, web, website, webdeveloper, linux, windows, apple, iOS, android, privacy, open source, free, add free"> <meta name="keywords" content="crt, html, css, effects">
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
<!-- Links --> <!-- Links -->
<link href="./src/style.css" rel="stylesheet"> <link href="./src/style.css" rel="stylesheet">
</head> </head>
<body> <body>
<h1>Bye.</h1> <h1>Header</h1>
<p>My Website is down for now. I decided to remove my site from the WWW and I'm sure that was a good thing I done.</p> <p>This is first line.</p>
<p>I hope we will see us again, because you see each other twice in life.</p> <p>This is a second line.</p>
<p><a href="mailto:danny@schapeit.com">danny@schapeit.com</a></p> <p><a href="https://github.com/d3nn7/crt-css">custom link</a></p>
<br> <br>
<p>バージョン2はもうすぐです。</p> <p>another line.</p>
</body> </body>
</html> </html>