如何为标签应用大小为24px的开放式字体和颜色代码#666666? [英] how to apply open sans font with size 24px and color code #666666 for a tag ?

查看:186
本文介绍了如何为标签应用大小为24px的开放式字体和颜色代码#666666?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友们,

如何为td中的h1标签应用大小为24px的开放式字体和颜色代码#666666。我需要申请highligted休假管理系统







Hi Friends,
How to apply open sans font with size 24px and color code #666666 for a h1 tag inside td. I need to apply for highligted Leave management system



<tr>
            <td style="background-color:#F3F3F3;">
                <table  width="100%" style="background-repeat:no-repeat;height:100px" cellpadding="0px">                   
                    <tr>
                    
                        <td  style="removed: relative; removed 0px; removed 188px;" width="85%" height="100px" >
                        <h1 style="removed: relative; removed 0px; removed 10px;">Leave Management System</h1>
                        </td>
                        <td style="removed: relative; removed 0px; removed 0px;" width="15%" height="100px"><img alt="" src="Images/LMSNewBannerLogo.PNG"
                          /></td>
                         <%--<img alt="" src="Images/LMSNewBanner.jpg"   
                        style="position: relative; top: 0px; left: 0px;" width="100%" height="147px" />--%>
                        
                                          
                    </tr>
                   
                </table>
            </td>
        </tr> 

推荐答案

td h1

{

font-size:24px;

font-family:'Open Sans',sans-serif;

颜色:#666666;

}
td h1
{
font-size: 24px;
font-family: 'Open Sans', sans-serif;
color: #666666;
}


这篇关于如何为标签应用大小为24px的开放式字体和颜色代码#666666?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆