Forum Posting Basics

CSS Template

If you have a CSS question, it is a good idea to construct your question as shown above. Here is a blank template:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
	
<style>

***YOUR CSS GOES HERE***

</style>
	
</head>
<body>

***YOUR HTML GOES HERE***

</body>
</html>
1 Like