인프런 실습 모음
CSS 실습 코드
파란색 가운
2023. 6. 27. 14:31
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를 불러온다