jhhoward / MicroWeb

DOS Web browser for 8088 class machines
GNU General Public License v2.0
436 stars 31 forks source link

CSS Support #6

Open niutech opened 2 years ago

niutech commented 2 years ago

First of all, great project!

Please add a preliminary support for CSS, like: font-style, font-size, font-weight, color, background-color, display, [min-|max-]width, [min-|max-]height, margin, padding, border, float, position, z-index. Maybe you could reuse some code from Netsurf or Dillo? Thanks in advance!

jhhoward commented 2 years ago

I will probably keep the rendering as monochrome but I will consider supporting some of the CSS layout options in the future