Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzza38 authored Feb 16, 2024
1 parent 28df2b8 commit 8f2d484
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions code/psa/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+QingKe+HuangYou&display=swap');

body {
font-family: 'ZCOOL QingKe HuangYou', cursive;
text-align: center;
background-color: #000; /* Set background color to black */
color: #FFF;
margin: 10px 50px 10px 50px;
padding: 10px;
height: 100vh; /* Set height to 100% of the viewport height */
font-size: 24px; /* Set font size to 24px */
}

p {
text-align: center; /* Center text */
}

0 comments on commit 8f2d484

Please sign in to comment.