Answer the question
In order to leave comments, you need to log in
Is CSS not supported in Open Server?
When you try to run the written css code in the browser, only its code is displayed
Answer the question
In order to leave comments, you need to log in
At the very least, you need a simple page. Create an index.html file
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Заголовок</title>
<style>
.red-color {
width: 50px;
height: 50px;
background-color: red;
}
</style>
</head>
<body>
<div class="red-color">ТЫЦ</div>
</body>
</html>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question