
css
闻大师
记录自己学习前端的历程
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
javaScript行内样式的获取及注意事项
<div id="txt" style="color:red;font-size:100px;float:left"><div><script> window.onload=function(){ var test=document.querySelect("#txt"); //获取字体,需用驼峰式写法 test.style.fontSize原创 2017-11-13 22:51:54 · 835 阅读 · 0 评论 -
CSS3翻转效果
<!DOCTYPE html> <html><head> <title>翻转效果</title> <style type=text/css> .container{ width: 500px; height: 500px; border: 1px solid #3c3c3c;原创 2017-11-28 16:22:09 · 249 阅读 · 0 评论