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:
27
public/styles/index.css
Normal file
27
public/styles/index.css
Normal file
@@ -0,0 +1,27 @@
|
||||
body {
|
||||
padding: 0px 3vw;
|
||||
}
|
||||
|
||||
header {
|
||||
min-height: 15%;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
main {
|
||||
|
||||
}
|
||||
|
||||
main ul li {
|
||||
margin-left: 3vw;
|
||||
margin-top: 1vh;
|
||||
}
|
||||
|
||||
main ul li p {
|
||||
margin-top: 0.5vh;
|
||||
}
|
||||
|
||||
main ul li .endpoint {
|
||||
color: rgb(243, 58, 26);
|
||||
}
|
||||
Reference in New Issue
Block a user