D
D
Dmytro Panyontko2016-01-01 13:18:14
css
Dmytro Panyontko, 2016-01-01 13:18:14

[canvas=container] what is this?

[canvas=container] {
width: 100%;
height: 100%;
overflow-y: auto;
position: relative;
background color: white /* Basic background color, overwrite this in your own css. */
-webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}
[canvas=container] what is this? And where can I read what it is used for?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Artem Volkov, 2016-01-01
@AronTito

Creates an area where you can use JavaScript to draw different objects, display images, transform them, and change properties. Using the tag, you can create drawings, animation, games, etc.
Source

K
kozavr, 2016-01-01
@kozavr

search magic

I
iBird Rose, 2016-01-01
@iiiBird

if you're talking about css, then this is a call to date attributes.
for example you have a div:
then you can refer to it in css:

[data-count="1"] {

}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question