flex 정가운데

권슬기·2023년 4월 5일
0

css

목록 보기
4/5
post-thumbnail
<style>
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
</style>

<body>
  <div class="mytitle">
     <h1>내 생애 최고의 영화들</h1>
     <button>영화 기록하기</button>
  </div>
</body>

profile
병아리 프론트엔드 개발자

0개의 댓글