mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-05-10 04:05:22 -04:00
feat: add html skeleton
This commit is contained in:
parent
30369798b5
commit
d0ca652845
2 changed files with 43 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
.container {
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-content: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue