Here is HTML & CSS, the CSS has a missing } before </style>
the issue is the extension: (Error Lens by Alexander) in (visual studio code)
shows the wrong colum and wrong line, to where the error is, as you can see from the screenshot.
`
<style>
p{
text-align: right;
</style>
</bod`

Here is HTML & CSS, the CSS has a missing } before </style>
the issue is the extension: (Error Lens by Alexander) in (visual studio code)
shows the wrong colum and wrong line, to where the error is, as you can see from the screenshot.
`
<style> p{ text-align: right; </style></bod`