mirror of
https://github.com/HearMeWhisper/crt-css.git
synced 2026-06-10 22:05:38 -04:00
make it smaple like
This commit is contained in:
parent
fe8a3e608d
commit
dc8300c318
@ -3,6 +3,7 @@
|
|||||||

|

|
||||||
|
|
||||||
## 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.
|
||||||
|
|||||||
16
index.html
16
index.html
@ -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>
|
||||||
Loading…
x
Reference in New Issue
Block a user