纯css实现元素下出现横线动画(background-image)
摘要:效果图: html: <div class='site_bar'>首页</div> css: .site_bar{ background-image : linear-gradient(red,red); background-position : center bottom; background
阅读全文
posted @
2018-12-05 18:08
做个有腹肌的程序猿
阅读(624)
推荐(0)
vertical-align 详解
摘要:vertical-align用来设置垂直对齐方式,所有垂直对齐的元素都会影响行高 值: baseline | sub | super | top | text-top | middle | bottom | text-bottom | <length> | <percentage> | inheri
阅读全文
posted @
2018-08-31 10:13
做个有腹肌的程序猿
阅读(1090)
推荐(0)