SmokinClove's (mainly) CSS Nonsense

TIL#6

July 18, 2019

1

Oh hey i learned a new word today!

highfalutin: pompous or pretentious

Source article with the word: http://www.chinadaily.com.cn/china/2016-09/14/content_26797048.htm

2

https://www.smashingmagazine.com/2019/07/css-custom-properties-cascade/ Custom properties in CSS. This is just so damn cool

p {
  color: var(--paragraph);
}

#inner {
  --paragraph: green;
}

#outer {
  --paragraph: red;
}

We can also specify functions in CSS!

Fallback variable: var(—stripes-angle, 90deg)


SmokinClove

SmokinClove, currently lives in Singapore. Her Twitter handle is inspired by a quote by Kuroko Tetsuya from Kuroko no Basuke: "I am a shadow"