mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-02-01 12:32:49 +00:00
hw5
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
|
||||
@@ -6,6 +12,7 @@ body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
box-sizing: border-box;
|
||||
|
||||
}
|
||||
|
||||
code {
|
||||
|
||||
Reference in New Issue
Block a user