The Journey of #100DaysOfCode (@henna_dev)

#Day35 of #100DaysOfCode

Today was a long day… I was in Galway today to give a talk at the Leadership and Empowerment event :rocket: to celebrate International Women’s Day :tada: :smiley: … It was also 5-hour travel to and fro Galway :sweat_smile:

I am proud to say everybody loved :revolving_hearts: my talk and am super excited that we are back with in-person events.

Some highlights

I am 3 chapters away from finishing the CSS concepts before I complete the remaining parts of the Flashcards project … :confetti_ball: :tada:

I finished studying backface-visibility in CSS. It means if you want backside of the element to be visible or not.
You can set the following values for the backface-visibility property:

  • visible is used to make the backside of the element visible and mirrored through the front surface of the element. This is the default value.
  • hidden makes the backside invisible behind the front surface of the element.
  • inherit will allow you to inherit the value of the parent element.
  • initial sets the property to its default value;
  • unset is basically a combination of the initial and inherit values. The unset keyword sets the property value as inherit if the property is inherited from the parent element; otherwise, the value is set as initial

Too tired today, so I am skipping writing :frowning: I will continue this section in the CSS: Visibility Blogpost.

5 Likes