registerpage.html - Changed bg color and font

This commit is contained in:
Matthew Patrick 2021-09-12 21:39:46 +07:00
parent 9c0bf437ec
commit c05cd2a030

View file

@ -11,6 +11,13 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<script src="https://unpkg.com/feather-icons"></script>
<style>
body {
font-family: 'Poppins', sans-serif;
background-color: #1b1c1e;
}
</style>
</head>
<body>