Style GtkLabel with CSS

1. create
2. load css data with
3. create
4. you can get more properties on Gtk Documentation;
GtkCssProvider;
2. load css data with
GtkCssProvider::load_from_data;
3. create
GtkStyleContextand add provider to the screen, to css be accessible for all widgets;
4. you can get more properties on Gtk Documentation;