Styling is an important part of an app. Just like we can with HTML, we can style by setting properties on each control directly, or by setting Style elements in the application's resource dictionary. Recently, however, a new way of styling has emerged in Xamarin.Forms, which is using Cascading Style Sheets, better known as CSS.
Since CSS doesn't cover all cases, we will fall back to standard application resource dictionary styling as well.