Jump to content
  • 0

Вопрос от новичка


rustamXx
 Share

Question

Как вставить картинку ? должно получиться как на нижней картинке 

вот мой код 

<!DOCTYPE html>
<html>
    <head>
        <title>Испытание 2: слайдер</title>
        <meta charset="utf-8">
    </head>
    <body>
        <div class="conteiner">
          <div class="content">
        <h1>Долго, дорого, скрупулезно</h1>
        <p>Математически выверенный дизайн для вашего сайта или мобильного приложения.</p>
        </div>
        <div class="knopka">
        Узнать больше
         
        </div>
        </div>
         <div class="img"></div>
    </body>
</html>

 

 

CSS

html,body{
    margin:0;
    padding:0;
}
body{
    width:500px;
    height:300px;
    font-size:16px;
    font-family:"Tahoma", sans-serif;
    line-height:20px;
    color:black;
    background:#eeeeee;
}
.content{
    margin-left: 20px;
    margin-top: 50px;
    width: 220px;
}
h1{
    font-size: 25px;
}

.knopka{
    border: 1px solid #fb565a;
    width: 200px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    margin: 20px;
    text-align: center;
    color: white;
    background-color: #fb565a;
    text-transform: uppercase;
}
.img{
    background-image: url(/assets/ifmo/slide-bg.png);
}

ыффы.jpg

и как можно сделать нижней слайдер ?

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