Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
lmccart committed May 10, 2023
1 parent ba710c9 commit c3e515c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Binary file modified assets/week6/09_scripts_transitions.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<style>
div {
background: cyan;
width: 200px;
position: absolute;
top: 50%;
left: 50%;
/* transform: rotate(45deg); */
/* transform: skew(0deg,10deg); */
/* transform: scale(1,3); */
transform: translate(-50%,-50%);

}
</style>
</head>
<body>
<div>
Hello
<!-- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. -->
</div>
</body>
</html>

0 comments on commit c3e515c

Please sign in to comment.