#Day35 of #100DaysOfCode
Today was a long day… I was in Galway today to give a talk at the Leadership and Empowerment event
to celebrate International Women’s Day
… It was also 5-hour travel to and fro Galway 
I am proud to say everybody loved
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 …

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:
-
visibleis used to make the backside of the element visible and mirrored through the front surface of the element. This is the default value. -
hiddenmakes the backside invisible behind the front surface of the element. -
inheritwill allow you to inherit the value of the parent element. -
initialsets the property to its default value; -
unsetis basically a combination of theinitialandinheritvalues. Theunsetkeyword sets the property value asinheritif the property is inherited from the parent element; otherwise, the value is set asinitial
Too tired today, so I am skipping writing
I will continue this section in the CSS: Visibility Blogpost.
