css/ html help in making rounded table like container

后端 未结 8 1995
野趣味
野趣味 2021-01-26 06:00

can anyone provide insight or a sample of how to create a css based bubble container for html to go inside it?

im looking to make a rounded table. that is to say i want

8条回答
  •  悲哀的现实
    2021-01-26 06:26

    Depends. if you need it to fully compatible with browsers that don't support CSS3, then try Here

    if you want css3 rounded corners then try here for:
    #example1 { -moz-border-radius: 15px; border-radius: 15px; }

提交回复
热议问题