Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/mainpage footer/#30 [Design] 메인화면 하단부 컴포넌트 구현 (메인화면 뷰) #61

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from

Conversation

look-back-luca
Copy link
Collaborator

@look-back-luca look-back-luca commented Nov 26, 2024

🔥 Related Issues

💙 작업 내용

  • 메인화면 footer 영역 (menu 제외) UI
  • 메인화면 menu footer 영역 UI

✅ PR Point

😡 Trouble Shooting

position: relative / display: flex 때문에 margin과 padding 스타일이 적용이 안되어서
계속 삽질을 하다가 transform 속성을 알게 되어서 사용했다.

왜 transform은 효과가 있었을까?
-> transform: translateY(-5rem)은 레이아웃 속성이 아닌 렌더링 속성
-> 요소의 실제 배치에는 영향을 주지 않고, 요소가 화면에 그려질 때만 위치를 변경
-> 부모의 flex나 height 제약을 받지 않음
-> 렌더링 독립적이기 때문에 요소의 실제 위치와 관계없이 화면에서 원하는 위치로 이동시킬 수 있음

👀 스크린샷 / GIF / 링크

스크린샷 2024-11-26 오전 10 29 05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
정완 🎨 Design UI 등 스타일링 코드
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Design] 메인화면 하단부 컴포넌트 구현 (메인화면 뷰)
1 participant