title | date |
---|---|
Study Notes: CSS Grid Layout Module 1 - Chapter 4~6 |
2019-03-16 |
Original post by tae: Day 17~18 Reading CSS Grid Layout Module 1 - Chapter 4~6
title | date |
---|---|
Study Notes: CSS Grid Layout Module 1 - Chapter 4~6 |
2019-03-16 |
Original post by tae: Day 17~18 Reading CSS Grid Layout Module 1 - Chapter 4~6
title | date |
---|---|
Study Notes: CSS Grid Layout Module 1 - Chapter 1~3 |
2019-03-14 |
Original post by tae: Day 15~16 Reading CSS Grid Layout Module 1 - Chapter 1~3
title | date |
---|---|
Study Notes: Reading CSS Variables |
2019-03-12 |
Original post by tae: Reading CSS Variables
Many of the values in the CSS file will be duplicate data. It may error-prone and diffcult, also not be ameanable to Find-and-Replace.
title | date |
---|---|
Study Notes: Reading CSS Image Values and Replaced Content Module Level3 |
2019-03-10 |
Original post by tae: Reading CSS Image Values and Replaced Content Module Level3
And I get little confused about diffrence with specs and real implementation of UA. I don't know which one I have to study.
title | date |
---|---|
Study Notes: Reading CSS Pseudo-Elements Module Level 4 |
2019-03-06 |
Original post by tae: Reading CSS Pseudo-Elements Module Level 4
that's little bit long spec.......... but finally I've done reading this!!
title | date |
---|---|
Reading CSS Selectors |
2019-03-04 |
Original post by tae: Reading CSS Selectors
I already know almost CSS selector yet, but I decide to read again, and remind it. I like CSS selectors, especially pseudo-elements & pseudo-classes
Cascading Style Sheet!
CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.
The document that represents the state of CSS as of each year.
<div class="wrap1"> | |
<div class="heart"></div> | |
<div class="heart"></div> | |
<div class="heart"></div> | |
<div class="heart"></div> | |
</div> | |
<!--challenge with design! (https://dribbble.com/shots/4784479-Heart-fire-logo-concept-for-dating-app-2-for-sale)--> | |
<div class="wrap2"> | |
<div class="heart-wrap"> |