강의

멘토링

커뮤니티

Inflearn Community Q&A

bx2387's profile image
bx2387

asked

Learn HTML and CSS by following along

Create a button (class attribute, transition)

Abutton 만들기 css가 인식이 안돼요.

Written on

·

332

0

 안녕하세요. 강의를 듣고 있는 수강생입니다.

초반 버튼을 만드는 과정에서 css가 인식이 안되는데 어떻게 해야할까요?

HTML/CSS

Answer 1

1

John Ahn님의 프로필 이미지
John Ahn
Instructor

안녕하세요 bx 님
현재 보면 html 에 외부 스타일 시트인 style.css 를 연결이 안 되어있습니다 ~
아래 처럼 해주시면 됩니다 !
감사합니다!

<head>

    <link rel="stylesheet" href="style.css" />
  </head>
bx2387's profile image
bx2387

asked

Ask a question