css标签

作者: koutan | 来源:发表于2017-07-12 17:58 被阅读0次

    vertical-align 垂直对齐图像

    middle  把此元素放置在父元素的中部。
    <style>
    img.top {vertical-align:middle;}
    </style>
    
    <body>
    <p>这是一幅![](/i/eg_cute.gif)位于段落中的图像。</p> 
    <body>
    

    字体倾斜

    p { font-style: normal; } 
    p { font-style: italic; } 字斜体
    p { font-style: oblique; } 这一行文字斜体
    
    

    相关文章

      网友评论

          本文标题:css标签

          本文链接:https://www.haomeiwen.com/subject/mzobhxtx.html