css中绿色的代码是什么,

html-css015

css中绿色的代码是什么,,第1张

css中绿色的代码是#00FF004 。

<style>

.hotline24{ width:130pxheight:25pxborder-radius: 5pxbackground:greenline-height:25pxtext-align:centercolor:#00FF004}

</style>

最后一个color:#00FF004就是绿色。

谷歌浏览器下设置浅绿色背景方法:1、找到 Chrome 浏览器安装目录下的 Custom.css 样式文件(此文件默认为空);

2、添加以下代码到 Custom.css 样式文件并保存即可:

html, body {background-color: #C7EACD!important}

该文件所在路径:

XP系统中 Custom.css 样式文件路径为:

C:\Documents and Settings\系统用户名\Local Settings\Application Data\Google\Chrome\User Data\Default\User StyleSheets;

Win7系统中 Custom.css 样式文件路径为:

C:\Users\系统用户名\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets。