React

 

 

index.css

html,body{
	margin:0; 
  padding:0;
	width:100%; 
  height:100%;
  background:#182332;
}

#root{
  height: auto;
  min-height: 100%;
  padding-bottom: 100px;
}
footer{
  height: 100px;
  position: fixed;
  align-content: center;
  align-items: center;
  bottom: 0px;
  text-align: center;
  width: 100%;  
}
footer a{
  text-decoration: none;
  color: #fff;
}
footer a:hover{
  color: rgb(164, 164, 225);
}  

 

 

Footer.jsx

import Link from 'next/link'
import React from 'react'

const Footer = () => {
  return (
    <div>
        <footer>
            <Link href="https://macaronics.net">macaronics</Link>
        </footer>
    </div>
  )
}

export default Footer

 

 

 

 

about author

PHRASE

Level 60  라이트

겨울이 지나 여름이 되었는데도 앙상한 가지만을 고수하는 나무는 죽은 나무임에 틀림없다. 먼저 고정관념을 버려야 한다. -이드리스 샤흐

댓글 ( 0)

댓글 남기기

작성