Chap04 -> Styling components with CSS -> Stlying the document body

Chap04
Yiqing Zhu 2022-03-26 17:33:40 +11:00
parent b4d0fed5cb
commit 2b3cbdddd5
1 changed files with 1 additions and 10 deletions

View File

@ -1,13 +1,4 @@
body { body {
margin: 0; margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', background-color: #f7f8fa;
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
} }