css/ html help in making rounded table like container

后端 未结 8 1990
野趣味
野趣味 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:36

    It is generally called rounded corners. You can do that using css only. Here is a great list of techniques. Also if you want to use javascript or jQuery in specific, there is a plugin for that called rounded corners (note: javascript is not a mandatory for doing what you want, but it is definitely a easy way).

提交回复
热议问题