HTML Horizontal Line (hr)The hr tag in HTML draws a horizontal line (row) across the page, that’s it. The hr element […] August 27, 2024 in HTML tagged html / style / rule / line / horizontal by Mike
Seaborn Style and ColorAt the seaborn website there is an article called Controlling Figure Aesthetics. There is another article called Choosing […] March 12, 2024 in Python tagged matplotlib / data / style / colour / visualization / color / chart / seaborn / Seaborn by Mike
Python Naming ConventionsLike all programming languages, Python has conventions for naming. This post covers some of them for Python version […] April 23, 2023 in Python tagged naming / reserved / guide / style / convention / keyword / comment by Mike
Figma StylesWhat are Figma styles? Let’s first discuss something we probably already know. In HTML, we use CSS (Cascading […] August 31, 2020 in Graphics tagged css / style / styles / Figma by Mike
WPF SkinsSkinning refers to the act of changing an application’s appearance at run time, often as a result of […] April 15, 2020 in WPF tagged resourcedictionary / resource / style / template / dictionary / skins / skin by Mike
WPF Styles Templates Skins and ThemesOne of the biggest and most important features of WPF is its ability to give the user interface […] April 14, 2020 in WPF tagged restyling / sryles / skins / style / themes / templates / styling by Mike
WPF TextBlock ControlThe TextBlock allows you to put text on the screen, much like a Label control does. A common […] April 2, 2020 in WPF tagged line / wrap / inlines / break / linebreak / style / newline / text / textblock / span / run by Mike
WPF Button StylesYou can style all of your buttons in your WPF project with code only in one place, instead […] March 24, 2020 in WPF tagged styles / setter / property / button / resource / style / app by Mike
Bootstrap IntroductionHere is what Wikipedia says about Bootstrap: “Bootstrap is a free and open-source front-end web framework for designing […] October 20, 2016 in HTML tagged css / style / Bootstrap / introduction / Bootstrap by Mike
CSS Inline Style ExamplesThis post focuses on examples of inline styles, while the previous post focuses on defining and understanding CSS […] October 2, 2016 in CSS tagged inline / css / html / style / CSS by Mike
HTML StylesStyle HTML has a style attribute. Setting the style of an HTML element, can be done with the […] September 29, 2016 in HTML tagged css / html / style / inline by Mike