Tim’s Four Things for 2021Tim Corey is one of my favorite instructors on YouTube. He’s just posted a video on YouTube called […] January 5, 2021 in Programming tagged Azure / css / html / learn / C# / web / technology / Docker 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 styles / css / style / Figma by Mike
CSS Layouts for HTML EmailWe have an example of some HTML code and CSS layouts code below. The purpose of this is […] January 22, 2019 in CSS tagged template / transparent / spacer / clear / css / inline / design / float / email / border / gmail / html / layout by Mike
The Box ModelThe box model is a model that assists HTML and CSS coders understand how to set the margin, […] October 22, 2016 in HTML tagged innerheight / innerwidth / css / outerheight / html / outerwidth / margin / padding / width / model / box / border / dimensions / height 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 html / style / inline / css / 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
Inspect ElementInspect Element is a feature of Firefox and Google Chrome. You can look at the source code of […] October 25, 2015 in HTML tagged code / css / html / source by Mike
Styling WordPress WidgetsHow do you add custom styles to your widgets? Suppose you have a widget in your right sidebar. […] October 24, 2015 in WordPress tagged css / margin / widget by Mike
Menu HTML and CSSYou can write your own menus in HTML and CSS and put them into your WordPress site. This […] October 15, 2015 in WordPress / HTML tagged css / hover / html / inline-block / menu by Mike
HTML Introduction Part 2Basic HTML Concepts A webpage is made up of three components: text content, references to other files and […] October 1, 2015 in HTML tagged css / html / HTML by Mike
Horizontal List of Links with hoverHere is some code from w3schools.com that shows you how to use HTML and CSS to create a […] September 26, 2015 in HTML tagged css / html / menu / mouseover by Mike