็ก์
์ฝ๋ ํด์_0326_๋ฑ์ง/์ข /์์ด์ฝ/ํฐํธ์ด์ธ/ํ๋ ์ค/์ ์คํฐํผ์ฝํ ์ธ /ํฌ์ง์ /๋ฆด๋ ํฐ๋ธ/์ฑ์๋ฃจํธ ๋ณธ๋ฌธ
<401>
์ฝ๋ ํด์_0326_๋ฑ์ง/์ข /์์ด์ฝ/ํฐํธ์ด์ธ/ํ๋ ์ค/์ ์คํฐํผ์ฝํ ์ธ /ํฌ์ง์ /๋ฆด๋ ํฐ๋ธ/์ฑ์๋ฃจํธ
yo-u-loo 2026. 3. 26. 17:41
๐๐ป โHTML
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>๊ฐ์ ์์</title>
<!-- Font Awesome ์์ด์ฝ URL -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
body {
display: flex; /* ํ ๋ฐฉํฅ ์์ ์ ๋ ฌ */
justify-content: center; /* ๊ฐ๋ก ์ค์ ์ ๋ ฌ */
align-items: center; /* ์ธ๋ก ์ค์ ์ ๋ ฌ */
height: 100vh; /* ํ๋ฉด ์ ์ฒด ๋์ด */
}
/* ์์ด์ฝ ๋ถ๋ชจ ์์ */
.icon {
width:30px;
height: 30px;
position: relative; /* ์์ ์์ ๊ธฐ์ค์ผ๋ก ์์น */
}
/* ์์ด์ฝ ์์ ์์ */
.icon i::after { /* icon์ i์ ์ค๋ฅธ์ชฝ์ ์ ์ฉ */
content: "4"; /* ๋ฑ์ง ์์ ๋ค์ด๊ฐ ์ซ์ */
font-size: 10px;
text-align: center;
background-color: red; /* ๋ฐฐ๊ฒฝ ์์ */
color: white; /* ๊ธ์ ์์ */
border-radius: 50%; /* ์ํ */
padding: 5px; /* ๋ฑ์ง ์ฌ์ด์ฆ */
position: absolute; /* ๋ถ๋ชจ ์์ ๊ธฐ์ค์ผ๋ก ์ด๋ */
top: -5px; /* ๋ฑ์ง ์๋จ์ผ๋ก ์ด๋ */
right: -3px; /* ๋ฑ์ง ์ค๋ฅธ์ชฝ์ผ๋ก ์ด๋ */
}
</style>
</head>
<body>
<div class="icon">
<!-- ์ข
์์ด์ฝ -->
<i class="fa-regular fa-bell fa-2x"></i>
</div>
</body>
</html>
๐๐ปโ 13/results/badge.html

#html #fontawsome #flex #justify-content #position #relative #absolute
#๋ฑ์ง #์ข #์์ด์ฝ #ํฐํธ์ด์ธ #ํ๋ ์ค #์ ์คํฐํผ์ฝํ ์ธ #ํฌ์ง์ #๋ฆด๋ ํฐ๋ธ #์ฑ์๋ฃจํธ