I want to create a <div>
which has a Label/Header displayed in Capitals letters. The <div>
is 250px
wide.
Inside the <div>
, I will place another <div>
which will contain controls. This inner <div>
should be center
aligned and the outer <div>
should automatically increase its height to accommodate the controls height.
The outer <div>
and inner <div>
should have a border.
Is this possible with CSS?