成人国产在线小视频_日韩寡妇人妻调教在线播放_色成人www永久在线观看_2018国产精品久久_亚洲欧美高清在线30p_亚洲少妇综合一区_黄色在线播放国产_亚洲另类技巧小说校园_国产主播xx日韩_a级毛片在线免费

資訊專欄INFORMATION COLUMN

【代碼筆記】Web-CSS-CSS Border(邊框)

wupengyu / 2980人閱讀

摘要:邊框參考資料菜鳥(niǎo)教程

一,效果圖。

二,代碼。

?

DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <title>CSS Border(邊框)title>
    <style>
    p.one {
        border-style: solid;
        border-width: 5px;
        border-color: red;
        border-top-style: dotted;
        border-right-style: solid;
        border-bottom-style: dotted;
        border-left-style: solid;
    }
    
    p.two {
        border-style: solid;
        border-width: medium;
        border-color: #98bf21;
    }
    
    p.three {
        border-style: solid;
        border-width: 1px;
    }
    style>
head>

<body>
    <p class="one">Some text.p>
    <p class="two">Some text.p>
    <p class="three">Some text.p>
    <p><b>Note:b> The "border-width" property does not work if it is used alone. Use the "border-style" property to set the borders first.p>
body>

html>

?

?

?

參考資料:《菜鳥(niǎo)教程》

?

文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請(qǐng)注明本文地址:http://systransis.cn/yun/1260.html

相關(guān)文章

  • 代碼筆記Web-CSS-CSS Table(表格)

    一,效果圖。 二,代碼。 ? DOCTYPE html> CSS Table表格 table { border-collapse: collapse; width: 100%; } table, th, td { border: 1px solid green;...

    sevi_stuo 評(píng)論0 收藏0
  • 代碼筆記Web-CSS-CSS盒子模型

    一,效果圖。 ? the picture above is 250px wide.the total width of this element is also 250px. ? 參考資料:《菜鳥(niǎo)教程》

    KunMinX 評(píng)論0 收藏0
  • 代碼筆記Web-CSS-CSS 教程

    一,效果圖。 二,代碼。 DOCTYPE html> CSS 教程 body { background-color: #d0e4fe; } h1 { color: range; text-align: center; } p { fon...

    endless_road 評(píng)論0 收藏0
  • 代碼筆記Web-CSS-CSS 語(yǔ)法

    一,效果圖。 二,代碼。 DOCTYPE html> CSS 語(yǔ)法 p { color: red; text-align: center; } Hello world! this paragraph is styled with css ? 參考資料:《菜鳥(niǎo)教程》

    zhangwang 評(píng)論0 收藏0
  • 代碼筆記Web-CSS-CSS id和Class選擇器

    一,效果圖。 二,代碼。 DOCTYPE html> CSS id和class選擇器 #para1 { text-align: center; color: red; } .center { text-align: center; } p.center...

    Pluser 評(píng)論0 收藏0

發(fā)表評(píng)論

0條評(píng)論

最新活動(dòng)
閱讀需要支付1元查看
<