Skip to content

Commit

Permalink
Update psa.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzza38 authored Feb 16, 2024
1 parent 8f2d484 commit 4d29be0
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions psa.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PSA (Public Service Announcements)</title>
<link rel="icon" href="code/img/favicon.ico" type="image/x-icon">
<style>
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+QingKe+HuangYou&display=swap');
<link rel="stylesheet" href="code/psa/style.css">

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 */
}
</style>
</head>
<body>
<h1>Public Service Announcements</h1>
Expand Down

0 comments on commit 4d29be0

Please sign in to comment.