Category: Learn

JS Basics

Data types var myNumber = 24; // this is a number var myString = "Julia"; // this is a string var myBoolean = false; // this is a
Read More

CSS Almanach

  CSS References Resources about CSS Units Mozilla Developer Network – CSS Length css-tricks.com – The Length of CSS CSS Colors How Hexadecimal Works The Hexadecimal Numeral System Hex to
Read More