diff options
Diffstat (limited to 'files/ru/learn/getting_started_with_the_web')
-rw-r--r-- | files/ru/learn/getting_started_with_the_web/css_basics/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/learn/getting_started_with_the_web/css_basics/index.html b/files/ru/learn/getting_started_with_the_web/css_basics/index.html index f5aec65b86..65a8ee1b4e 100644 --- a/files/ru/learn/getting_started_with_the_web/css_basics/index.html +++ b/files/ru/learn/getting_started_with_the_web/css_basics/index.html @@ -124,7 +124,7 @@ translation_of: Learn/Getting_started_with_the_web/CSS_basics Выбирает <code><img src="myimage.png"></code> но не <code><img></code></td> </tr> <tr> - <td>Селектор псевдо-класса</td> + <td>Селектор псевдокласса</td> <td>Указанные элемент(ы), но только в случае определенного состояния, например, при наведении курсора.</td> <td><code>a:hover</code><br> Выбирает <code><a></code>, но только тогда, когда указатель мыши наведен на ссылку.</td> |