Kavindu Santhusa

Results 27 comments of Kavindu Santhusa

normalize should support many browsers

we should use `vertical-align: baseline` to all audio, canvas, iframe, img, svg, video

its the default > The vertical-align property sets the vertical alignment of an element. > Default value: | baseline > -- | -- [w3schools](https://www.w3schools.com/cssref/pr_pos_vertical-align.asp)

> Rule # 1 of web design: NEVER rely on, or quote, W3Schools as a reliable resource. why?

i learned `vertical-align: middle` from html5 boilerplate `vertical-align: baseline` is from W3Schools

thank you very much

do you want a cross platform way?

use [gitbook](https://gitbook.com)

@dddomodossola please format code samples on your comments. like ``` | ```python | Your code here... | ``` ``` ```python import remi.gui as gui from remi import start, App import...