I use brackets for the school image and try to move div tags next to each other, but have not experienced any changes in the code visualization, and I wanted to check if there is a problem with external CSS, so I tried to change the background color without any success and even could not change the background color of a correctly configured blank document.
I used the following to try and change the color.
body {
background-color: green;
}
And this is empty html for testing
<!DOCTYPE html>
<html>
<head>
<title>Solitare</title>
<link rel="stylesheet" href="Untitled-2.css" type="tex/css">
</head>
<body>
</body>
</html>
Am I missing something dazzlingly obvious or is there another problem?
Many thanks. G. Ward
source
share