Slow Burn

 Slow Burn

'Slow Burn' is one of my favourite songs ever, it's by Kacey Musgraves.

It embodies everything that I love, i.e. softness and gentleness.

Indeed, it's what the world's missing; softness, gentleness, slowness, and stillness.

Okay so why did I name my blog post after this?

I have just discovered attribute selectors in CSS. 

And it just. feels. like. a. slow. burn.


[So complicated lol]

Arrrrrgh I want to go back to bed. 

Example:

- <a href:"www.google.com/cheese>Cheese</a>

a[href*="cheese"] {

  color: yellow;
}

See what I did there? lol

Example 2:

<img src="www.google/com/bubblegum" />

img[src*="bubblegum] {
  color: pink;
}

See what I did there again? 

Okay okay final example.

<h1 id="title">Hello<h1>

I'm a bit lost here... Would it be 

h1[id*='title] {

 color: green;
}

Would this make my heading green?




Comments

Popular posts from this blog

Hello World

Yosemite

Two Lines of Thought, Makes Me Wonder What I'm Missing