专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
<html> <head> <title>css圆角效果</title> <metahttp-equiv=\"content-type\"content=\"text/html;charset=gb2312\"> <styletype=\"text/css\"> div.RoundedCorner{background:#9BD1FA} b.rtop,b.rbottom{display:block;background:#FFF} b. [阅读全文] [PDF]
实例1:   利用<strong>标签的逐渐缩小,做成圆角的效果,主要是给<strong>标签用上了font-size;margin;border;display;height;这些属性。以下是CSS代码: #circle{ margin:50pxauto; width:300px; overflow:hidden; } .include{ background:transparent; } .s1,.s2,.s3,. [阅读全文] [PDF]
1 共2条 分1页