正方形变成圆,光算width的一半像素还不够,还得把border的宽度带上。题中的例子,border-width: 105px才等价于border-width: 50%吧
2021-05-10
1.TD:英文全称是"tabledatacell",中文意思是“表中的数据单元”。
2.TR:英文全称是"tablerow"的缩写”的缩写。
3.TH:英文全称是"tableheadercell"的缩写,在中文中是“表头单元格”的意思。
2.TR:英文全称是"tablerow"的缩写”的缩写。
3.TH:英文全称是"tableheadercell"的缩写,在中文中是“表头单元格”的意思。
2021-05-08
最新回答 / 慕田玉
<!DOCTYPE html><html> <head> <meta charset="utf-8"/> <link href="h14.css" rel="stylesheet" type="text/css"> <style type="text/css">span{ color:blue; font-size:40px;} ...
2021-04-14