Add CSS Styling for homepage

This commit is contained in:
Ray 2024-07-15 00:24:10 +10:00
parent dceda3706d
commit ae3363d1d9
2 changed files with 12 additions and 1 deletions

View File

@ -1 +0,0 @@

12
style.css Normal file
View File

@ -0,0 +1,12 @@
.header {
padding: 80px; /* some padding */
text-align: center; /* Center the header text */
background: #7de95c; /* Set page colour */
color: black; /* Black text colour */
}
/* Increase the font size of the <h1> element */
.header h1 {
font-size: 50px;
}