the code is as follows:
<style>
.cancel-btn {
background: -sharpccc;
color: white;
padding: 1em;
}
</style>
</head>
<body>
<h1>Testing</h1>
<span class="cancel-btn"></span>
</body>
the effect of the picture is like this. The height is always a little larger than the width. How should I make a square button? Thank you, boss Thumt
.