前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Web前端学习(打卡机)

Web前端学习(打卡机)

作者头像
阿杜
发布2018-08-06 11:37:26
3200
发布2018-08-06 11:37:26
举报
文章被收录于专栏:阿杜的世界阿杜的世界

在补齐了Java后端的短板之后,我准备补补前端的课。这篇文章可以作为我前端学习的过程记录(打开机)。

  1. 2016年6月26日:在codecademy上学习HTML && CSS课程。

codecademy勋章若干

  1. 2016年6月29日:codeacdemy学习进度:77%,准备将免费的课程学完之后,升级成收费账号,学习剩余的练习课程。
  2. 根据下面这段话,让你完全掌握CSS盒模型(css box model)。As you can see, each box is made of layers. From the outermost to the innermost:
  • The margin is the space around the element. The larger the margin, the more space between our element and the elements around it. We can adjust the margin to move our HTML elements closer to or farther from each other.
  • The border is the edge of the element. It's what we've been making visible every time we set the border property.
  • The padding is the spacing between the content and the border. We can adjust this value with CSS to move the border closer to or farther from the content.
  • The content is the actual "stuff" in the box. If we're talking about a p element, the "stuff" is the text of the paragraph. You'll see abbreviations like TM, TB, andTP in the diagram. These stand for "top margin," "top border," and "top padding." As we'll see, we can adjust the top, right, left, and bottom padding, border, and margin individually.

css box model

  1. clear elements:If you tell an element to clear: left, it will immediately move below any floating elements on the left side of the page; it can also clear elements on the right. If you tell it to clear: both, it will get out of the way of elements floating on the leftand right!
  2. absolute position和static position有啥区别?
  3. 学习心得:The more you practice, the better you'll get.
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2016.06.26 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档