Skip to content

Instantly share code, notes, and snippets.

View SuhyeonP's full-sized avatar
🦄

SuhyeonP

🦄
  • 야놀자
  • Seoul
View GitHub Profile
// div > p:**-of-type: div 하위 p 요소중 n번째
// div > span **-child: div 하위의 **번째 자식이 span인 요소위의
.type {
& > p:first-of-type {
background-color: darkseagreen;
}
& > span:first-of-type {
background-color: lavender;
}
@SuhyeonP
SuhyeonP / I'm an early 🐤
Last active August 31, 2021 00:28
My Life style
🌞 Morning 305 commits ██████▉░░░░░░░░░░░░░░ 33.0%
🌆 Daytime 440 commits █████████▉░░░░░░░░░░░ 47.6%
🌃 Evening 150 commits ███▍░░░░░░░░░░░░░░░░░ 16.2%
🌙 Night 29 commits ▋░░░░░░░░░░░░░░░░░░░░ 3.1%