first commit

This commit is contained in:
2024-02-16 22:50:11 +01:00
commit 5f7ba1d7f4
10 changed files with 123 additions and 0 deletions

12
styles.css Normal file
View File

@@ -0,0 +1,12 @@
.main-button {
background: #FF0000;
color: white;
border: none;
border-radius: 5px;
padding: 10px 15px;
font-size: 14px;
cursor: pointer;
z-index: 9999;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
margin-right: 10px;
}