A simple layout engine that renders HTML and CSS.
To test it out, simply create an index.html
file in bin/Debug
folder and styles.css
in bin/Debug/CSS
folder.
- In CSS only hex colors are accepted.
- The
padding
rule doesn't work. Instead usepadding-left
,padding-top
etc. The same asmargin
. - For borders you can use only
border: {width} solid {color}
. - Not all units work.