Update style.css

For the header tag that I added, this is the CSS code for it
pull/202/head
Mukarram710 12 months ago committed by GitHub
parent 9409685c9a
commit 471e5d94ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,19 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
/*Code for the header tag*/
header {
text-align: center;
}
header .watch {
font-size: 56px;
}
span {
color: #3498db;
font-style: italic;
}
/*End of the code*/
* {
box-sizing: border-box;

Loading…
Cancel
Save