How to create a three-column adaptive layout?

advertisements

The left and right circle is fixed at 60px width, the middle one needs to take the width that left.


you need to use css like width: calc(100% - 100px);