J
J
JeffyJeffz2021-04-10 12:00:11
css
JeffyJeffz, 2021-04-10 12:00:11

How to cut white background from an object?

The essence of the question is extremely simple

The object itself
607168d1ab094892042481.png

What needs to be cut out (so that it looks normal on a colored background)
607169046e156851220111.png

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Anton Spirin, 2018-06-09
@X0lera

<div class=wrapper>
  <div>Text1</div>
  <div>Text2</div>
</div>

.wrapper {
  display: flex;
  justify-content: space-between;
}

A
Artem Bolukhta, 2018-06-09
@bolart

.block{
  text-align: justify;
}

D
Dimonchik, 2021-04-10
@JeffyJeffz

look for online background remover
though, for quality they are all worthless, photoshop is better

K
katyaitsme, 2021-04-28
@katyaitsme

You can use this resource - https://www.remove.bg/ru

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question