Jump to content
  • 0

Класс header_wrapper не принимает свойства css


Prostalm
 Share

Question

<!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>Discover Amazing places in Japan</title>
    <link rel="stylesheet" href="./css/style.css">
</head>
<body>
    <header class="header">
        <div class="wrapper">
           <div class="header_wrapper">
              <div class="header_logo">
                <a href="/" class="header_logo-link">
                    <img src="./img/svg/odigo-Logo.svg" alt="Discover Amazing places in Japan" class="header_logo-pic">
                </a>
              </div>
                            <nav class="header_nav">
                                <ul class="header_list">
                                    <li class="header_item">
                                        <a href="#!" class="header_list">Articles</a>
                                    </li>
                                    <li class="header_list">
                                        <a href="#!" class="header_list">Locations</a>
                                    </li>
                                    <li class="header_list">
                                        <a href="#!" class="header_list">Videos</a>
                                    </li>
                                    <li class="header_list">
                                        <a href="#!" class="header_list">Sign in</a>
                                    </li>
                                    
              </ul>
             </nav>
          </div>
        </div>
    </header>
</body>
</html>

  html{
    box-sizing: border-box;
  }
  *, *::before, *::after{
    box-sizing: inherit;
  }

  .wrapper{
    max-width: 1060px;
    margin: 0 auto;
  }

  body{
    font-family: 'Lato';
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: #102746;
  }
  .header{
    background-color: black;
  }
  .header_wrapper{
    display: block;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;

  }
  .header_list{
    display: block;
    flex-wrap: wrap;
  }
  .header_item{
    margin: 82px;
  }

 

Приветик всем, пожалуйста, помогите с кодом)

Edited by Prostalm
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy