I have simply pasted the codes (HTML and CSS) as they are given in my HTML file. In CSS file, we have different attributes like height, width etc and then there are their values.
The attributes are in bold letters while their values are in regular style (non-bold style). When I write the attribute “transition”, it appears as a regular text (a probable indication that it is not being recognized as an attribute). No awards for guessing that the code didn’t work.
Why is it not being recognized as an attribute?
Also, there is note just below the codes “Note: You should also include -webkit- and -ms- prefixes for
browsers that do not support animation and transform properties.”
What is its possible interpretation?
To make things more clear I am also uploading my source file.loader.html (489 Bytes)
Best to avoid w3schools - a lot of the information there is way out of date and unless you already know what it is trying to teach you can’t tell what is current from what was obsolete 15 years ago.