You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A “rule declaration” is the name given to a selector (or a group of selectors) with an accompanying group of properties. Here's an example:
32
30
@@ -37,7 +35,7 @@ A “rule declaration” is the name given to a selector (or a group of selector
37
35
}
38
36
```
39
37
40
-
### Selectors
38
+
### სელექტორები
41
39
42
40
In a rule declaration, “selectors” are the bits that determine which elements in the DOM tree will be styled by the defined properties. Selectors can match HTML elements, as well as an element's class, ID, or any of its attributes. Here are some examples of selectors:
43
41
@@ -51,7 +49,7 @@ In a rule declaration, “selectors” are the bits that determine which element
51
49
}
52
50
```
53
51
54
-
### Properties
52
+
### პარამეტრები(Properties)
55
53
56
54
Finally, properties are what give the selected elements of a rule declaration their style. Properties are key-value pairs, and a rule declaration can contain one or more property declarations. Property declarations look like this:
57
55
@@ -66,7 +64,7 @@ Finally, properties are what give the selected elements of a rule declaration th
0 commit comments