Tag html

Material Design: Expanding Circle – Talking HTML

A very basic tutorial on how to build a Material Design expanding circle as seen on Google products. Smashing Magazine Transition article Material Design Instructions HTML <div class=”container_circle”> <div class=”circle circle1″> <!– <img src=”YOUR-URL-IMAGE.png”> –> <p>+</p> </div> <div class=”circle…

Eps 25: CSS Backgrounds – Talking HTML

Individual Properties Background -image Background -repeat Background -position Background -size Shortcode background : #cccccc url(“img_tree.gif”) no-repeat fixed top left; Multiple Background Images background -image: url(“img_tree.gif”), url(“img_flwr.gif”); Properties positioning: top, bottom, left, right, center repeat, repeat-x (horizontal), repeat-y (vertical), no-repeat,…

A basic web development tutorial on styling a primary navigation using HTML and CSS. – Talking HTML

Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out This is a basic web development tutorial on styling a primary navigation using HTML and CSS. As always, the code will be in the show…

Eps 20: Google Fonts – Talking HTML

All about Google Fonts   <!– BEGIN GOOGLE FONTS –> <link href=’http://fonts.googleapis.com/css?family=Kite+One|Merienda+One|Sintony’ rel=’stylesheet’ type=’text/css’> <!– END GOOGLE FONTS–> Ensure readability and accessibility before choosing a final font for your website! If you enjoy listening please share it with your friends…

Verified by MonsterInsights