Skip to content

Instantly share code, notes, and snippets.

View taejs's full-sized avatar
😃
A big fan of web

tae taejs

😃
A big fan of web
View GitHub Profile
@taejs
taejs / index.html
Last active February 26, 2019 11:38
some hearts
<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">
@taejs
taejs / studying.md
Last active February 27, 2019 07:32
Day 2: Specs Reading: CSS Snapshot 2018 (Overview)

Questions

What is CSS?

Cascading Style Sheet!

CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.

What is CSS Snapshot?

The document that represents the state of CSS as of each year.

What are the three levels of stability a CSS document has to pass through? What happens during each of those phases?

@taejs
taejs / studying.md
Last active February 28, 2019 11:44
Days 3 ~ 4: Reading Introduction to CSS 2.1

Reading introduction to CSS 2.1 - Question

What are the ways to include stylesheets to webpages?

CSS can be used with any structured document format.

  1. HTML
  • within HTML document (STYLE element)
<STYLE>
  h1 {color : red}
</STYLE>
@taejs
taejs / boxdim.png
Last active March 1, 2019 16:22
Days 5~6 : Reading Box Model and Visual Formatting Model.
boxdim.png
@taejs
taejs / studying.md
Last active March 5, 2019 15:08
Days 7~8 : Reading CSS Selectors
title date
Reading CSS Selectors
2019-03-04

Original post by tae: Reading CSS Selectors

Days 7~8 : 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

@taejs
taejs / studying.md
Last active March 6, 2019 15:33
Day 9~10 : Reading Pseudo-Elemnts Module Level 4
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

Reading CSS Pseudo-Elements Module Level 4

that's little bit long spec.......... but finally I've done reading this!!

what I newly learned !!!

@taejs
taejs / studying.md
Last active March 10, 2019 14:27
Day 11~12 : Reading CSS Image Values and Replaced Content Module Level 3
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

  • In markdown I wrote, the content is simillar 99% with specfication.. because I've never known the spec exists relates to Image Values and Replaced Content. And I newly learned about css grammer. It's brilliant. I may be able to make my own language with it. I wish I could read English well. I feel the limitation of to get those spec. it's not that 100% clear for me.

And I get little confused about diffrence with specs and real implementation of UA. I don't know which one I have to study.

@taejs
taejs / studying.md
Last active March 12, 2019 11:55
Day 13~14 CSS Variables Level 1
title date
Study Notes: Reading CSS Variables
2019-03-12

Original post by tae: Reading CSS Variables

#TIL CSS Variables Level 1

Introduction

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.

@taejs
taejs / studying.md
Last active March 15, 2019 02:41
Day 15~16 Reading CSS Grid Layout Module 1 - Chapter 1~3
@taejs
taejs / studying.md
Last active March 17, 2019 11:03
Day 17~18 Reading CSS Grid Layout Module 1 - Chapter 4~6