mirror of
https://github.com/FranP-code/Login-Form.git
synced 2025-10-12 23:52:47 +00:00
17 lines
227 B
CSS
17 lines
227 B
CSS
html {
|
|
height: 100%;
|
|
background-color: rgb(177, 65, 31);
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
user-select: none;
|
|
}
|
|
|
|
h2 {
|
|
margin: 30px;
|
|
color: white;
|
|
|
|
}
|
|
|
|
h3 {
|
|
margin: 30px;
|
|
color: #f4f4f4;
|
|
} |