欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

表格里的鏈接顏色css

傅智翔1年前9瀏覽0評論

```html

```css

color: red;

方法二:使用絕對定位和 background-color

```html

<div style="position: absolute; top: 100px; left: 100px; background-color: blue;">

</div>

```css

div {

position: absolute;

top: 100px;

left: 100px;

background-color: blue;

方法三:使用自定義顏色

```html

```css

color: black;