
html
graphql
这个作者很懒,什么都没留下…
展开
-
html/css style 常用
style<>p{line-height: 25px;//行间距,;letter-spacing:1px;//文字间距;text-indent:1em ;//首行缩进,1em是16px; margin:20px;//外边距;padding:2px;//内边距 }原创 2019-01-08 01:17:35 · 560 阅读 · 0 评论 -
html超链接去掉下划线 鼠标悬停超链接变颜色
style<>a{ text-decoration:none; } //去掉下划线a:hover{ background:#00F; color:#FFF } //鼠标悬停超链接变颜色原创 2019-01-08 01:22:40 · 19598 阅读 · 0 评论