mirror of https://github.com/reiyua/reiyua.lol.git
Add CSS Styling for homepage
This commit is contained in:
parent
dceda3706d
commit
ae3363d1d9
|
@ -1 +0,0 @@
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
Loading…
Reference in New Issue