Friday, March 10, 2023
HomeCSShtml - Just how do I make 2 divs contour right into...

html – Just how do I make 2 divs contour right into each various other?


As seen in the listed below picture,

attached image

I have a lower div where the leading left and also leading right begin bending in. The lower div has a set elevation of 100px and also a size of 100%.

BASE DIV

 size: 100%;.
elevation: 100px;.
history: white;.
border-top-left-radius:??? px;.
border-top-right-radius:??? px;.

I likewise have a leading div that is environment-friendly that is expected to to attach to the leading left/right contour of the lower div.

TOP DIV

 size:???;.
elevation: 15px;.
border-bottom-left-radius:??? px;.
border-bottom-right-radius:??? px;.

Just how do I make 2 divs contour right into each other? The leading div is not the very same size as the lower div (it’s a couple of pixels much shorter on each side) and also I do not understand exactly how to make them dynamically connect.

RELATED ARTICLES

Most Popular

Recent Comments