网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容 知识问答

HTML+CSS3设置圆角边框、圆形

时间:2024-10-15 21:14:21

1、打开自己的网页编辑器新建HTML文件模板

HTML+CSS3设置圆角边框、圆形

3、编写第二种常用的圆角样式:设置任意角为圆角HTML代码:<div class="demo2"></div>CSS代码:width: 200px; height: 50px; background-color: crimson; border-radius: 20px 50px 20px 50px;

HTML+CSS3设置圆角边框、圆形

5、编写第四种常用的圆角样式:椭圆HTML代码:<div class="demo4"></div>CSS代码:width: 200px; height: 150px; background-color: crimson;border-radius: 50px/75px;

HTML+CSS3设置圆角边框、圆形
© 2025 智德知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com