G
G
green_o2015-09-29 12:30:57
css
green_o, 2015-09-29 12:30:57

Unexpected token, what's the problem?

Hello everyone, tell me plz where the trouble.
I can’t understand why Chrome swears at the syntax, in particular 8c77dbdb6db54800bae5a199dc7ed066.PNG
CSS:

body, html
{
  margin: auto;
    background: bisque;
}
#up {
    height: 105px;
}
#menu{
    height:776px;
    width: 200px;
}
#work{
    height: 300px;
}
.class1{
    display: block
}
.class2{
    display: inline;
}

HTML
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <script src="css/ind.css"></script>
    

    <title></title>
</head>
<body>
<div id="all">
    <div class="class" id='up'></div>
    <div class="class" id="work_menu">
    <div class="claass" id="work"></div>
    <div class="claass" id="menu"></div>
    </div>

    </div>
</body>
</html>

Result:
a6bad71c6bd641869cf7568f9a570d4e.PNG
Explain, plz, Google did not help much on this issue.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrew, 2015-09-29
@green_o

<script src="css/ind.css"></script>
    <link src="config/config.js"/>

Are you joking?

D
Dmitry Pyrkin, 2015-09-29
@ps1panda

What are you adding css through the script???

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question