css: support 'background-color' & 'background-image'
authoryu.dongliang <18588496441@163.com>
Tue, 7 Apr 2026 10:10:55 +0000 (18:10 +0800)
committeryu.dongliang <18588496441@163.com>
Tue, 7 Apr 2026 10:10:55 +0000 (18:10 +0800)
commita50ea7ae4d12f2a604ad87e72218450bd3259f67
tree9545d97561eea95375bc5da4c7b2eb3b6ae78cac
parentb3524eba1e0780912a3dd9ed44f164d64431b556
css: support 'background-color' & 'background-image'
17 files changed:
examples/css.html
examples/img.png
examples/style.css
html/abc_css.c
html/abc_html.c
html/abc_io.h
html/abc_io_util.c
html/abc_obj.c
html/abc_obj.h
ui/Makefile
ui/abc_layout.c
ui/abc_render.c
ui/abc_render_bg_color.c [new file with mode: 0644]
ui/abc_render_bg_image.c [new file with mode: 0644]
ui/abc_render_body.c
ui/abc_render_h1.c
ui/abc_render_img.c