파란색가운의 개발 블로그
CSS 실습 코드 본문
h1{
font-size:30px;
font-weight: 900;
color: rgb(48,48,48);
line-height: 30px;
}
th{
text-align : center;
font-size : 16px;
font-weight : 600;
color : #3333b0;
}
a, a:visited{
color:rgba(53, 187, 51, 0);
} /* a의 상태에 따라서 스타일을 적용할 수 있는 문법이 존재한다
*/
img{
width : 100px;
height : auto;
}
<link rel = "stylesheet" type = "text/css" href = "file:///Users/sunghyun/shworld/rensu.html/travel.css"
경로 지정은 html 파일에서 css를 불러온다
'인프런 실습 모음' 카테고리의 다른 글
[인프런] CSS 실습 코드 (0) | 2023.06.27 |
---|---|
[인프런]CSS 실습 코드 (0) | 2023.06.27 |
HTML 실습 코드 (0) | 2023.06.26 |
웹 입문 강의 실습 코드 (0) | 2023.06.26 |
웹 입문 강의 실습문제 (0) | 2023.06.26 |