Post

css flex practice 하는곳

1
2
3
4
5
#hello {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

display: flex;로 놓고 요소들 배치를 연습할 수 있음

https://flexboxfroggy.com/#ko

This post is licensed under CC BY 4.0 by the author.