gwooden_코린이
CSS 파비콘 적용해보기 본문
728x90
1. 파비콘
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="icon" href="image/pepe.jpg"> <!--파비콘 넣기-->
<link rel="stylesheet" href="css/style2.css">
</head>
<link rel="icon" href="image/pepe.jpg">
<script src="https://kit.fontawesome.com/20283a0d49.js" crossorigin="anonymous"></script>
</head>
<body>
<i class="fa-sharp fa-solid fa-camera-retro"></i>
i{
font-size: 40px;
}
728x90
'프론트엔드 > html' 카테고리의 다른 글
css 네비바 구현 적용 해보기 (1) | 2022.12.15 |
---|---|
CSS 색상 투명도 조절 및 배경이미지 활용 (0) | 2022.12.15 |
CSS 목록 만들어보기 (0) | 2022.12.15 |
CSS 폰트 사용 해보기 (0) | 2022.12.15 |
CSS 태그 스타일 작업 해보기 (0) | 2022.12.15 |
Comments