Created
August 4, 2022 06:04
-
-
Save SarahElson/547d882d10f395e32e645a62657c4733 to your computer and use it in GitHub Desktop.
A Beginner’s Guide To Styling CSS Forms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | |
<title>How to style forms with CSS: A beginner's guide</title> | |
<link rel="stylesheet" href="main.css"> | |
</head> | |
<body> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment