[리액트] 고정형 하단 네비게이션 스타일드 컴포넌트

나의 재물운? 연애운은?

AI가 봐주는 내 사주팔자 - 운세박사

https://aifortunedoctor.com/

[리액트] 고정형 하단 네비게이션 스타일드 컴포넌트

영리치 0 2,510 2021.07.20 23:04

하단 푸터 컨테이너

const Container = styled.div`
display: flex;
position: fixed;
align-items: center;
justify-content: space-evenly;
bottom: 0;
height: 57px;
background-color: ${(props) => props.theme.background.PRIMARY};
border-top: 1px solid ${(props) => props.theme.color.GRAY1};
width: 100%;
max-width: 420px;
@media screen and (max-width: 1100px) {
max-width: inherit;
}
`;


메인 컨테이너

const CustomContainer = styled(Container)`
margin-top: 80px;
height: calc(100vh - 137px);
background-color: ${(props) => props.theme.color.WHITE};
padding: 0px;
`;



맨 바깥의 컨테이의 height를 화면 크기 만큼 하고

맨 하단에 네비게이션을 박는 형태




Comments

나의 재물운? 연애운은?

AI가 봐주는 내 사주팔자 - 운세박사

https://aifortunedoctor.com/

Category
Magazine
훈남/훈녀
 
 
 
상점
Facebook Twitter GooglePlus KakaoStory NaverBand