Site protegido com um Log-in

This commit is contained in:
SynthX7
2024-06-16 00:36:48 -03:00
committed by GitHub
parent 0872bd4ce6
commit 1f33abd9ad
5 changed files with 79 additions and 0 deletions

22
sitecomlogin/style.css Normal file
View File

@@ -0,0 +1,22 @@
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 20px;
}
input, button {
margin: 10px;
padding: 8px;
font-size: 16px;
}
button {
background-color: #007bff;
color: white;
border: none;
cursor: pointer;
}
button:hover {
background-color: #0056b3;
}