A
A
armjani2021-12-17 20:43:37
css
armjani, 2021-12-17 20:43:37

Doesn't brackets allow multiple functions to be done in css?

I create a container... I specify:
max-heigt: 1200px
width: 100%
margin: 0 auto
Only the first one is marked in any order...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-12-17
@armjani

And who will write a semicolon after each property?

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

And what's with the brackets? Is everything ok without it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question