update html
This commit is contained in:
parent
6954a2a382
commit
d8ec1a1074
2 changed files with 14 additions and 5 deletions
|
@ -8,10 +8,17 @@
|
|||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
|
||||
<script src="https://kit.fontawesome.com/34a5e0cdf4.js" crossorigin="anonymous"></script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
|
||||
<script src="//code.iconify.design/1/1.0.6/iconify.min.js"></script>
|
||||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
background-color: #828282;
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
|
@ -67,6 +74,7 @@
|
|||
font-weight: 500;
|
||||
color: #000000;
|
||||
margin-left: 10px;
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
.health_icon_frame {
|
||||
padding-top: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue