Web Design
Web Design
Helpful Stuff:
HTML Stuff/Tutorials
HTML tutorial and research handout
CSS
<!DOCTYPE html>
<html>
<head>
<title>PUT YOUR PAGE TITLE HERE</title>
<link rel="stylesheet" type="text/css" href="filename.css" />
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
</body>
</html>
a:link {color:#FF0000;} /* unvisited link */
a:visited {color:#00FF00;} /* visited link */
a:hover {color:#FF00FF;} /* mouse over link */
a:active {color:#0000FF;} /* selected link */
Color Codes and more...
Fonts
Copyright Free Pics:
Meta/SEO
*, *:before, *:after {
box-sizing: border-box; }
Font Awesome:
Head section code:
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
Icons: http://fontawesome.io/icons/