最贊回答 / qq_牛牛_19
可以給<h1>標簽添加上下border線<...圖片...>另外,也可以給在<h1>標簽里面添加其他標簽,寫上下border線,總之,辦法有很多種。
2016-10-20
最新回答 / FL丿
<!DOCTYPE HTML><html><head><meta ?charset="utf-8"><title>Document</title><link rel="stylesheet" type="text/css" href="css/www.css" /></head><body><div class="banner">? ? <div class="v-aling"&g...
2016-10-16
最贊回答 / 王小維ww
.clear:after{? ? content: ''; display: block; clear: both;}:after 選擇器在被選元素的內容后面插入內容。請使用 content 屬性來指定要插入的內容。eg:在每個 <p> 元素后面插入內容,并設置所插入內容的樣式:p:after{ content:"臺詞:-";background-color:yellow;color:red;font-weight:bold;}
2016-10-10