Update style.css

This commit is contained in:
Justin 2022-06-10 17:18:05 +08:00 committed by GitHub
parent b21741fd44
commit e2535ba98c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Tahoma, sans-serif;
}
html body {
max-width: 100%;
@ -11,7 +12,7 @@ html {
scroll-behavior: smooth;
}
body {
background-color: black;
background-color: #00050D;
color:white
}
@ -26,8 +27,8 @@ header {
}
.logo {
width: 200px;
height: 70px;
width: 150px;
height: 41px;
}
.update-btn {
background-color: gray;