You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
723 B
23 lines
723 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Brython</title>
|
|
<link rel="stylesheet"href="../css/test.css" />
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="center">
|
|
<button class="btn">
|
|
<svg width="180px" height="60px" viewBox="0 0 180 60" class="border">
|
|
<polyline points="179,1 179,59 1,59 1,1 179,1" class="bg-line" />
|
|
<polyline points="179,1 179,59 1,59 1,1 179,1" class="hl-line" />
|
|
</svg>
|
|
<span>HOVER ME</span>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</body>
|