Hello,
Im sorry, just started this week, really new to me. I have a question related to my survey form project:
Every test is done, all the needed elements are included, Im now moved on to the design, or styling:
The thing is that if I try on writing anything on my CSS “style.css” sheet, it wont modify anything on the preview, Im not sure if Im missing something here… please let me know:
Not to add the whole code, I believe the error should be within head, isnt it?
<!Doctype html>
<html lang="en">
<head>
<meta charset"utf-8">
<link rel="stylesheet" href="style.css">
<title>Survey Form</title>
</head>
body {
background-color: blue;
font-size: 20;
}