M
M
Meyvorrrata2015-03-25 11:32:27
css
Meyvorrrata, 2015-03-25 11:32:27

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

4 answer(s)
M
Michael, 2015-03-25
@Meyvorrrata

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>

6
65536, 2015-03-25
@65536

try compiling to .exe, maybe standalone will start

S
ShamblerR, 2015-03-25
@ShamblerR

css supported

A
archelon, 2015-03-25
@archelon

If you open a css file in a browser, you will see nothing but code.
You need to run html or php file.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question