Загрузка данных


<title>Работа Кости</title>

<body style="margin: 0; font-family: sans-serif;">

    <div style="display: flex; width: 100%;">
        <div style="background: #4158D0; flex: 1; height: 60px; color: white; display: flex; align-items: center; justify-content: center;">Цвет 1</div>
        <div style="background: #C850C0; flex: 1; height: 60px; color: white; display: flex; align-items: center; justify-content: center;">Цвет 2</div>
        <div style="background: #FFCC70; flex: 1; height: 60px; color: black; display: flex; align-items: center; justify-content: center;">Цвет 3</div>
    </div>

    <div style="background: #f0f0f0; width: 100%; height: 50px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #000;">
        Слайдер
    </div>

    <center>
        <p><b>Услуги</b></p>

        <div style="display: flex; justify-content: center; gap: 20px; margin-bottom: 20px;">
            <div style="border: 2px solid #000; width: 200px; height: 120px;"></div>
            <div style="border: 2px solid #000; width: 200px; height: 120px;"></div>
            <div style="border: 2px solid #000; width: 200px; height: 120px;"></div>
        </div>
        <div style="display: flex; justify-content: center; gap: 20px;">
            <div style="border: 2px solid #000; width: 200px; height: 120px;"></div>
            <div style="border: 2px solid #000; width: 200px; height: 120px;"></div>
            <div style="border: 2px solid #000; width: 200px; height: 120px;"></div>
        </div>

        <p><b>ПАРТНЕРЫ</b></p>

        <div style="display: flex; justify-content: center; gap: 15px; padding-bottom: 20px;">
            <img src="assets/img/cat.jpg" width="120" height="80" style="border: 1px solid #000;">
            <img src="assets/img/cat.jpg" width="120" height="80" style="border: 1px solid #000;">
            <img src="assets/img/cat.jpg" width="120" height="80" style="border: 1px solid #000;">
            <img src="assets/img/cat.jpg" width="120" height="80" style="border: 1px solid #000;">
            <img src="assets/img/cat.jpg" width="120" height="80" style="border: 1px solid #000;">
        </div>
    </center>

</body>