怎么更改校内网的字的颜色;高分

发布时间:2024-05-15 23:56 发布:上海旅游网

问题描述:

以下是我在互联网上找的别人设计的一些文字,我想把他的字“欢迎到访”和“我的地盘”改为蓝色;怎么改

<!--顶部文字CSS设定-->
<style type=text/css><!--
.style2 {
font-size: 48px;
font-family: "楷体_GB2312", Times, serif;
word-spacing:-10px;
font-color:DDDDDD
}
.style4 {
font-size: 48px;
font-family: "华文隶书", Times, serif;
line-height:-10px;
font-color:DDDDDD
}
.style5 {
font-size: 36px;
font-family: "Academy Engraved LET", Times, serif;
line-height:-10px;
font-color:DDDDDD #99cccc
}
-->
</style>
<DIV style="LEFT:380px; POSITION: absolute; TOP: -392px" align=left>
<table width="283" height="308" border="0" >
<tr>
<td width="201" height="68"> </td>
<td colspan="3"> </td>
<td width="33"> </td>
</tr>
<tr>
<td height="15"> </td>
<td width="7"><P align=center class="style4"></p></td>
<td width="13"><P align=center class="style2"></p></td>
<td width="7"><P align=center class="style2">欢迎到访</p></td>
</tr>
<tr>
<td height="79" colspan="4"><P align=right class="style5"><br></p></td>
</tr>
<tr>
<td colspan="4"><P align=right class="style5">我的底盘</p></td>
</tr>
</table>
</DIV>

问题解答:

font-color:DDDDDD 修改后边的十六进制数 ,上网查色值对照表

shi a

热点新闻