Skip to content

Instantly share code, notes, and snippets.

@codenart
codenart / fountain.html
Last active August 21, 2017 08:48
Using for tutorials on codenart.github.io
<h1>
Coins in a fountain
</h1>
<p>
Hope is a tree sitting on
a mountain where the grass
don't grow.
</p>
@codenart
codenart / trees.html
Last active May 26, 2018 05:52
Using for tutorials on codenart.github.io
<a href="https://en.wikipedia.org/wiki/List_of_oldest_trees">
<img src="https://s19.postimg.cc/9zaosqzdf/trees.jpg" alt="credit to Psyperl">
</a>
@codenart
codenart / identity.html
Last active May 19, 2018 08:40
Using for tutorials on codenart.github.io
<a href="#beauty">Read about the beauty only</a>
<p id="green">
It's not easy being green.<br>
It seems you blend in with so many other ordinary things.<br>
And people tend to pass you over<br>
'cause you're not standing out like flashy sparkles in the water<br>
or stars in the sky.
</p>
@codenart
codenart / vibe.html
Last active June 12, 2018 11:14
Using for tutorials on codenart.github.io
<iframe width="720" height="405"
src="https://www.youtube.com/embed/eNzenkoeJcY?ecver=1"
frameborder="0" allowfullscreen>
</iframe>
@codenart
codenart / blue.html
Last active August 23, 2017 11:20
Using for tutorials on codenart.github.io
<iframe src="https://goo.gl/7KhiFK"
width="300" height="500"
scrolling="no" frameborder="no">
</iframe>
@codenart
codenart / iframe.html
Last active June 12, 2018 11:15
Using for tutorials on codenart.github.io
<iframe src="https://codenart.github.io"
width="360px" height="550px">
</iframe>
@codenart
codenart / atree.html
Last active August 25, 2017 08:22
Using for tutorials on codenart.github.io
<nav>
<a href="#">A T R E E</a>
<a href="#about">About</a>
<a href="#work">Work</a>
<a href="#contact">Contact</a>
</nav>
<main>
<section id="about">
<h1>Hi! I'm a tree.</h1>
@codenart
codenart / basic.html
Last active June 2, 2018 16:29
Using for tutorials on codenart.github.io
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
</html>
@codenart
codenart / intro.css
Last active August 27, 2017 00:38
Using for tutorials on codenart.github.io
section {
color: white;
background-color: crimson;
}
h1 { font-size: 27px; }
p { font-size: 18px; }
@codenart
codenart / simple.html
Last active September 14, 2017 03:07
Using for tutorials on codenart.github.io
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>The beauty of Simplicity</title>
<link rel="stylesheet" href="beauty.css">
</head>
<body>