網頁字體: font-size: 16px;font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif; 網路常用來顯高大上的名言警句字體 font: 12px "宋體", Arial, Helvetica, sans-serif; 普通
網頁字體:
font-size: 16px;font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif; 網路常用來顯高大上的名言警句字體
font: 12px "宋體", Arial, Helvetica, sans-serif; 普通內容字體
color:
- font-weight:
- color:
- background:
選擇器:
.texts p:nth-child(2){} :取texts 類下的第二個p :hover {}:當滑鼠移到
動畫控制:
/* -webkit-transition: all 1s; */ -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; /*動畫共1秒 /* -webkit-transform: translate(60px); */ -moz-transform: translate(60px); /*沿x軸向右移60px*/ -o-transform: translate(60px); -ms-transform: translate(60px); /* transform: translate(60px); */
-moz-transform: scale(1.1) 圖片放大
整體效果調整:
letter-spacing: 2px; 字與字間隔2px text-shadow:0px 1px rgba(255,255,255,0.3) 字陰影 box-shadow: #999 4px 5px 1px; 塊區域陰影
overflow: hidden; 多餘部分隱藏
border-radius: 100%;overflow: hidden; 變成圓形後 ,需設置內容隱藏
border-radius:
擴展知識:
line-height: 28px; 為達效果,當高度不能更改時,可以試著用行高
display:
border-bottom: margin: 20px auto 上下 左右
margin: 20px 20px 20px 上 左右 下
閱讀全文>> <<號
偽元素:給部分整體前添加 元素 並控制
.blogs::before { content: ""; width: 10px; height: 10px; border-radius: 50%; position: absolute; background: #cac1c1; border: 2px solid #fff; left: -27px; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .blogs:hover::before { background: #474645 } .dateview { position: absolute; left: -125px; top: 0px; z-index: 1; color: #F5F5F5; } .blogs::after { content: ""; width: 121px; height: 29px; position: absolute; left: -148px; top: -9px; z-index: 0; background: #474645 url(../images/ti.png) no-repeat; opacity: 0; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .blogs:hover::after { opacity: 1 }
或者:
a:before
{ content: " (" attr(href) ")";
}
a偽元素
選擇未訪問、已訪問、懸浮和活動鏈接,並設置它們的樣式: a:link {color:blue;} a:visited {color:blue;} a:hover {color:red;} a:active {color:yellow;}
結尾:給自己的的頁面設置分享按鈕 例如:分享到QQ 、新浪 、人人、微信 等等
分享按鈕-百度分享
它會告訴你