Master from desktop!
This commit is contained in:
parent
b6b7a21c76
commit
26cf76f9f2
14950
npm-debug.log
14950
npm-debug.log
File diff suppressed because it is too large
Load Diff
24
test.html
24
test.html
@ -1,10 +1,32 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Document</title>
|
<title>Document</title>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
background: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
transition-duration: .5s;
|
||||||
|
color: white;
|
||||||
|
font-style: italic;
|
||||||
|
text-decoration: underline;
|
||||||
|
display: block;
|
||||||
|
transform-origin: 15px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #ed1a76;
|
||||||
|
transform: scale(2) rotate(180deg) translate(-10px, -10px);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<a href="https://medium.com/@chuckdries">Blog</a>
|
<a href="https://medium.com/@chuckdries">Blog</a>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user