From 22aefd278b80e2cde76395b3c4cd5efddcc7b9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Thu, 2 Jan 2020 18:14:54 -0300 Subject: [PATCH] README: Fixed typo. --HG-- branch : dev --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7c2a006e..df52e7e2c 100644 --- a/README.md +++ b/README.md @@ -237,9 +237,10 @@ UITextView::New()->setText( "Text on test 1" ) -------------- Element styling can be done with a custom implementation of Cascading Style Sheets, most common CSS2 rules are available, plus several CSS3 rules (some examples: [transitions](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transitions), -custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties), +[custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties), [media queries](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries), -[@font-face at rule](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face), [:root element](https://developer.mozilla.org/en-US/docs/Web/CSS/:root)). +[@font-face at rule](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face), +[:root element](https://developer.mozilla.org/en-US/docs/Web/CSS/:root)). Here is a small example on how the CSS looks like: ```css