-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathtransform.html
More file actions
19 lines (19 loc) · 649 Bytes
/
transform.html
File metadata and controls
19 lines (19 loc) · 649 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="transform.css">
<title>Css Transform</title>
</head>
<body>
<h1>Css Transform</h1>
<h3>Read more about it <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/transform">here</a> or see the entire video <a href="https://youtu.be/K0Gz7CKNJzY">here</a> </h3>
<div class="container">
<div class="box">
<!--Nothing is suppose to be here-->
+
</div>
</div>
</body>
</html>