R
R
Rufix2018-04-02 15:01:39
css
Rufix, 2018-04-02 15:01:39

How to make a stripe of different colors?

How can I make a strip like this? To make it white and red?)
Screenshot: https://imgur.com/a/WGP3x

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ivan Bogachev, 2018-04-02
@Rufix

background: linear-gradient(to right, #f77 0%, #f77 30%, #fff 30%, #fff 100%);

F
forspamonly2, 2018-04-02
@forspamonly2

border-left: 50px solid red;

D
Dmitry Demidenko, 2018-04-02
@detriat

Make 2 stripes
Let the white one have position:relative and put the red one on top with position:absolute

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question