mirror of
https://github.com/FranP-code/open-react-blog-api.git
synced 2025-10-12 23:52:57 +00:00
Index page done
This commit is contained in:
18
public/styles/global.css
Normal file
18
public/styles/global.css
Normal file
@@ -0,0 +1,18 @@
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: "Poppins", "Arial";
|
||||
}
|
||||
|
||||
div, main {
|
||||
font-family: "Be Vietnam Pro", "Arial";
|
||||
}
|
||||
Reference in New Issue
Block a user