首页前端开发HTMLhtml京东红色代码

html京东红色代码

时间2023-11-11 17:21:02发布访客分类HTML浏览992
导读:HTML京东红色代码/* 以下代码可以实现京东红色的配色方案 */body{ background-color: #f5f5f5;}#header{ height: 50px; background-color: #c9151e;...

HTML京东红色代码

/* 以下代码可以实现京东红色的配色方案 */body{
      background-color: #f5f5f5;
}
#header{
      height: 50px;
      background-color: #c9151e;
      color: #fff;
      text-align: center;
      font-size: 24px;
      line-height: 50px;
}
#nav{
      height: 52px;
      background-color: #f10215;
}
#content{
      background-color: #fff;
      padding: 20px;
}
#footer{
      height: 100px;
      background-color: #f10215;
      color: #fff;
      text-align: center;
      line-height: 100px;
}
a{
      color: #c9151e;
      text-decoration: none;
}
a:hover{
      color: #f10215;
}
    

以上代码可以实现网站的基本布局,并使用京东品牌的标志性配色方案,让页面更加美观。

声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!


若转载请注明出处: html京东红色代码
本文地址: https://pptw.com/jishu/534809.html
html京东登入页面代码 css怎么做文字发光效果

游客 回复需填写必要信息