A
A
Antaress2019-02-02 21:14:37
css
Antaress, 2019-02-02 21:14:37

The margin property doesn't work, what's the problem?

.sidebar {
  float: right;
  width: 222px;
  padding: 25%
  margin: 0 0 16px 0;
  border: solid 5px #f2f2f2;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin: 0 0 16px 0;

The essence of the problem is that the first one marginis italicized and does not work.
I decided to write another one and it works, it doesn't stand out in italics. When trying to delete the first one, the border was highlighted in italics and also stopped working.
How to get rid of this epidemic?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lynn "Coffee Man", 2019-02-02
@Antaress

Semicolon forgotten after padding

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question