Source code
Revision control
Copy as Markdown
Other Tools
<html>
<head>
<meta charset="utf-8">
<style>
.parent {
border: 0px;
background: none;
will-change: transform;
}
.child {
visibility: visible;
}
</style>
</head>
<body>
<button class="parent">
<span class="child">foo</span>
</button>
</body>
</html>