не помогло
<!DOCTYPE html>
<html>
<head>
<style>
button {
background-color: dimgrey;
}
</style>
<head>
<body>
<button style="position: absolute; top: 20px;">Кнопка с абсолютным позиционированием</button>
</body>
</html>