J
J
jertik22018-02-19 20:20:32
Layout
jertik2, 2018-02-19 20:20:32

Is it possible to make this up?

Is it possible to make this up?
5a8b07355c929679370196.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
jertik2, 2018-02-19
@jertik2

.img{
  float: left;
  width: calc( (100vw - 900px) / 2  + 65%);
  margin-left: calc( (100vw - 900px) / 2  * -1);
}
@media (max-width: 899px) {
     .img {
        margin-left: 0;
        width: 65%;  } 
    }
.text {
  width: 35%;
  float: right;
}

M
Maxim Timofeev, 2018-02-19
@webinar

Is it possible to make this up?

can

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question