K
K
Kerrik Sun2020-04-13 21:45:06
css
Kerrik Sun, 2020-04-13 21:45:06

CSS not working, what's wrong?

I'm new to this, so I'm just practicing for now. I work through sublime text. I watched the video, did everything as there, so there are hardly any mistakes, I don’t know.
Created 1 folder - Layout. There are 2 folders in this folder: css, img and index.html file. The css folder contains the main.css file itself - this is the css itself.
The CSS code path is: Layout/css/main.css
So I wrote:

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Document</title>
  <link rel="stylesheet" href="css/main.css>
</head>
<body>
  <h1>Заголовок h1</h1>
  <h2>Заголовок h2</h2>
  <h3>Заголовок h3</h3>
  <h4>Заголовок h4</h4>
  <h5>Заголовок h5</h5>
  <h6>Заголовок h6</h6>

  <a href="https://ru.wikipedia.org/wiki/%D0%9B%D0%B8%D0%BF%D0%B0,_%D0%94%D1%83%D0%B0">Любишь музыку, смотри тут</a>
  <a href="http://muzika.ru/">Музыку можно послушать тут</a>
  
  <p>В этом посте мы расскажем, что как можно использовать рекламу в изучении языка.<br>Мы также составили небольшой список роликов, с которых вы можете начать свое знакомство с рекламой на английском.</p>


  <p class="first">В этом посте мы расскажем, что как можно использовать рекламу в изучении языка.<br>Мы также составили небольшой список роликов, с которых вы можете начать свое знакомство с рекламой на английском.</p>


  <ul>
    <li>сосна</li>
    <li>дерево</li>
    <li>дуб</li>
  </ul>
</body>
</html>


Here is my css code:
p {
  color: white
  font-size: 60px;
  font-family: Times New Roman
}

h1 {
  color: yellow
  font-size: 40px;
}

.first {
  color: green
  font-size: 100px;
}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
iBird Rose, 2020-04-13
@Eva25

quotes who will close?
zoFKnIpe.png?download=1

Y
yerdnaandrey, 2020-04-13
@yerdnaandrey

Many lines don't have ";"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question