Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
chacepro authored Jan 19, 2024
1 parent 263694a commit c2d502b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@
<meta property="og:type" content="website">

<style type="text/css">

body {
background: #000000;
}

div#tempPage {
height: 100%;
height:max-content;
width: 100%;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font: 36px;
Expand All @@ -31,6 +36,7 @@
font-variant: small-caps;
color: rgb(62, 105, 184);
}

</style>

</head>
Expand Down

0 comments on commit c2d502b

Please sign in to comment.