Update style.css
This commit is contained in:
parent
b21741fd44
commit
e2535ba98c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user