Skip to content

sentialx/layout-engine

Repository files navigation

layout-engine

A simple layout engine that renders HTML and CSS.

Testing

To test it out, simply create an index.html file in bin/Debug folder and styles.css in bin/Debug/CSS folder.

Limitations

  • In CSS only hex colors are accepted.
  • The padding rule doesn't work. Instead use padding-left, padding-top etc. The same as margin.
  • For borders you can use only border: {width} solid {color}.
  • Not all units work.

About

A simple layout engine that renders HTML and CSS

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published