bunları büyükten kücüge sıralama iconunu toblo başlıgına nasıl ekleyebilirim
<!DOCTYPE html>
<html lang="en">
<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>Radlof Sinyal :)</title>
<link rel="stylesheet" href="/css/index.css" />
</head>
<body>
<div class="navbar">
<div class="logo-container">
<img src="https://img.icons8.com" />
<h1 class="nav-logo">rradlof</h1>
</div>
<div class="nav-box">
<li><a href="/" class="nav-link">Ana Sayfa</a></li>
<li><a href="/accumulation" class="nav-link">Akümülasyon</a></li>
</div>
</div>
<header>
<center><h1>Ana Sayfa</h1></center>
</header>
<div class="table">
<div class="indicators">
<p class="first-item item">Timeframe :</p>
<p class="item item-main">1h</p>
<p class="item item-main">4h</p>
</div>
<div class="header">
<p class="header-items row first-el">COİN İSMİ</p>
<p class="header-items row row-small">FİYATI</p>
<p class="header-items row row-small">24h</p>
<p class="header-items row row-small">1h Vol</p>
<p class="header-items row row-small">HACİM</p>
<p class="header-items row row-small">Vol(%)</p>
<!-- indicators -->
<p class="header-items indi-row row">MACD</p>
<p class="header-items indi-row row">Kumo (Lines / Cloud)</p>
<p class="header-items indi-row row">RSI</p>
<p class="header-items indi-row row">MACD</p>
<p class="header-items indi-row row">Kumo (Lines / Cloud)</p>
<p class="header-items indi-row row">RSI</p>
</div>
</div>
<footer></footer>
<script src="/js/home/index.js"></script>
</body>
</html>
[COLOR=#000000][FONT="Open Sans"][/FONT][/COLOR]