xhrml css 질문이요
핫레드
2023.04.01
body {
font-family: sans-serif;
}
h1, h2 {
color: gray;
}
h1 {
border-bottom: 1px solid black;
}
p {
color: maroon;
}
이게 css 시트 안에 있는 내용이고요 (그밑은 클레스 하다 안되서 중간에 멈춘거)
맨위 상층폴더에 lounge.html이랑 lounge.css 파일이 있구요
또 상층폴더에 또다른 폴더 about 안에는directions.html있고요 또다른폴더 beveragers 안에는 elixir.html이 있어요
근데 lounge.html에서는 저 css가 적용이 됬는데요link type=text/css rel=stylesheet href=lounge.css /
그 또다른 폴더안에 있는 html파일들은link type=text/css rel=stylesheet href=../lounge.css /
이렇게 적용했는데 안되더군요 lounge.html에만 적용이 되고 다른 파일들은 적용이 안되네요 ㅠㅠ
클레스 추가도 안되고 ㅠㅠ 파일두 첨부 해써요 ㅎㅎ
-
든해
매의눈에 웃었습니다. ㅎㅎㅎㅎ
-
소심한여자
아.. 오타였군요 감사합니다 ㅎㅎ 근데 rel=\ 이거 때문이였군요
감사합니다 ㅎㅎ -
Judicious
매의 눈을 가지셨군요
-
날개
link type=\text/css\ rel=stylesheet\ href=\lounge.css\ /
= rel= 여기에 [ \ ] 빠져서 그런거군요