• Проблема с кнопкой Button?

    @block22 Автор вопроса
    Dmitry Mazikin, 60f077e3b11b1455505047.png60f077e6de1d8993282773.png

    правильно? не сработало
  • Проблема с кнопкой Button?

    @block22 Автор вопроса
    html,
    body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    }

    .header {
    height: 82px;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    }

    .wrapper {
    min-width: 200px;
    padding: 30px 158px;
    }

    nav {
    display: flex;
    justify-self: space-around;
    align-items: center;
    }

    .nav-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    font-weight: 500;
    margin-left: 40px;
    }

    .nav-link:hover {
    color: rgba(255, 255, 255, 1);
    transition-duration: 0.4s;
    }

    .active {
    color: rgba(255, 255, 255, 1);
    }

    .personal-product {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
    }

    .personal-product-descr {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    width: 340.42px;
    height: 317.63px;
    left: 160px;
    top: 233px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    }

    .who-we-are-button {
    margin-top: 20px;
    border: 2px solid #000000;
    background-color: transparent;
    cursor: pointer;
    font-size: 10px;
    border-radius: 30px;
    height: 39px;
    width: 110px;
    transition-duration: 0.3s;
    outline: none;
    }

    .who-we-are-button:hover {
    background-color: #000000;
    color: #ffffff;
    }

    button {
    margin-bottom: 60px;
    }

    .personal-product-button-red {
    border: 2px solid #000000;
    background-color: transparent;
    cursor: pointer;
    font-size: 10px;
    border-radius: 30px;
    height: 38px;
    width: 100px;
    transition-duration: 0.3s;
    outline: none;
    }

    .personal-product-button-red:hover {
    border: 2px solid #d32020;
    background-color: #d32020;
    color: #ffffff;
    outline: none;
    }

    .illustration1 {
    width: 676px;
    }

    также не работает посмотри мой код может ошибка
  • Как поменять цвет в коде Sass?

    @block22 Автор вопроса
    6048bb938c40b999652049.png
    А это че за ошибка?