buttons
Neon Green Button
라이브 미리보기새 탭에서 열기 ↗
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>neon-green-button</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<button class="button" data-text="Awesome">
<span class="actual-text"> uiverse </span>
<span aria-hidden="true" class="hover-text"> uiverse </span>
</button>
</body>
</html>