I have a <video> on web page.
And I have a some text. I need to do text upper video with waves borders.
I try to make invisible squares with opacity 0. But with video frame I can’t do 3 layers.
Like this:
.antispammer{
background-color: rgb(0, 0, 0);
height: 10px;
width: 10px;
border-radius: 0 0 0 7px;
}
.spammer{
background-color: rgb(255, 255, 255);
}
2
Answers
Okay, i will decompose question.
I have 2 divs. First div's width 100px second div's width 200px
How i a can to merge their borders in one curve line?
Example:
Not exactly as image but this might help.
Feel free to modify.
Note : Run in full screen
CodePen Link