css 24px字体Roboto,蓝色背景

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 24px字体Roboto,蓝色背景相关的知识,希望对你有一定的参考价值。

body, {

background-color: #06233a;
color:white;
font-family:Roboto;
font-size:24px;
font-weight:400;
line-height:1.5;
}

h1 { 
    background-color: teal;
    color: white;
    font-family:Roboto;
    font-weight:bold;
    font-style: oblique;
    text-align:center;
    line-height:1.5;
    padding: 15px;
}


h2,h3,h4 {

    background-color: red;
    color: white;
    font-family:Roboto;
    font-weight:bold;
    font-style: oblique;
    text-align:center;
    line-height:1.5;
    padding: 15px;
}

ul, li {

font-size:20px

}

a{

color:#358fd6;

}

a:visited{

color:red;

}

a:hover {

    color: khaki;

}

th {
    background-color: red;
    color: white;
    padding: 5px;
}

table {

    background-color: khaki;
    color: white;
    font-size: 16px;
    border: 5px;
}

hr {

    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: ridge;
    border-width: 5px;
}


html,body{

overflow-x:hidden

}



以上是关于css 24px字体Roboto,蓝色背景的主要内容,如果未能解决你的问题,请参考以下文章

app界面设计字体规范

博客设置

HTML普通导航栏 浮动导航条:1).当鼠标移动在某个文字上时背景色变为蓝色 2).蓝色背景RGB:#0095BB

Firefox 的 Roboto 字体更粗

Google Maps v3 - 防止 API 加载 Roboto 字体

在“系统字体堆栈”中指定“Roboto”实际上做了什么吗?