React

 

 

index.css

footer{
  margin: 50px 0;
  text-align: center;
}

footer a{
  text-decoration: none;
  color: #fff;
}

footer a:hover{
  color: rgb(164, 164, 225);
}

 

 

Footer.jsx

import React from 'react'

function Footer() {
  return (
    <footer>
        <a href='https://macaronics.net' target='_blank'>macaronics.net</a>
    </footer>
  )
}

export default Footer

 

 

about author

PHRASE

Level 60  라이트

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

댓글 ( 0)

댓글 남기기

작성