摘要: What about the situation in which we aren’t specifying the number of columns or rows to be repeated? There are two properties we can use in this situa 阅读全文
posted @ 2017-03-28 20:33 Zhentiw 阅读(337) 评论(0) 推荐(0)
摘要: We can use the repeat() function if we have repeating specifications for columns and rows. With the minmax() function, we can define a size range for 阅读全文
posted @ 2017-03-28 20:15 Zhentiw 阅读(200) 评论(0) 推荐(0)
摘要: Using minmax() is an amazingly useful way to specify boundaries for the smallest and largest size a grid track can be. Let’s find out how to apply it. 阅读全文
posted @ 2017-03-28 19:21 Zhentiw 阅读(161) 评论(0) 推荐(0)
摘要: The problem we face daily when we do testing: The Data structure may changing, component outlook might changing... this makes it hard for us do testin 阅读全文
posted @ 2017-03-28 18:25 Zhentiw 阅读(583) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-03-28 04:10 Zhentiw 阅读(141) 评论(0) 推荐(0)
摘要: We can describe the nature of a grid in an ‘ASCII-art’ way with grid-template-areas. Let’s see how to specify the nature of our grid so that it’s inst 阅读全文
posted @ 2017-03-28 03:44 Zhentiw 阅读(179) 评论(0) 推荐(0)