Which CSS tag creates a box like this with title?

后端 未结 7 809
日久生厌
日久生厌 2020-12-29 01:20

I want to create a box like this with title:

\"CSS

Can any one please let me know if t

7条回答
  •  别那么骄傲
    2020-12-29 02:01

    I think this example can also be useful to someone:

    .fldset-class {
        border: 1px solid #0099dd;
        margin: 3pt;
        border-top: 15px solid #0099dd
    }
    
    .legend-class {
        color: #0099dd;
    }
    Your Personal Information

提交回复
热议问题