-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (20 loc) · 996 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<meta charset="utf-8">
<title>ArtCSSy | An exhibit of my personal creations</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="gallery">
<!-- ================== CSS OuterSpace ================== -->
<iframe src="art/art1.html" height="100%" width="100%" frameborder="0" class="art"></iframe>
<!-- ================== CSS SQRX Game Icon ================== -->
<iframe src="art/art2.html" height="100%" width="100%" frameborder="0" class="art"></iframe>
<!-- ================== CSS Orbit Loader ================== -->
<iframe src="art/art3.html" height="100%" width="100%" frameborder="0" class="art"></iframe>
<!-- ================== CSS Watch Illustration ================== -->
<iframe src="art/art4.html" height="100%" width="100%" frameborder="0" class="art"></iframe>
</div>
</body>
</html>