Web 5일차 4(선생님과 함께하는 Oven clone page)
.btn-toggle{ display: flex; align-items: center; /*붙어있게*/ border: 1px solid #ccc; border-radius: 2px; width: 80px; } .change-viewtype{ background-color: white; color: #333; border: none; padding: 6px 12px; width: 40px; height: 34px; cursor: pointer; } .btn-toggle .change-viewtype:first-child{ border-right: 1px solid #ccc; } .page-header{ display: flex; justify-content: space-between; } .pull-rig..
2022.12.26