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
22
test.html
22
test.html
@ -1,10 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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>
|
||||
|
||||
<body>
|
||||
<a href="https://medium.com/@chuckdries">Blog</a>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user