mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
5 lines
102 B
CSS
5 lines
102 B
CSS
@import url('import_style_from_link.css');
|
|
|
|
#divRed {
|
|
background-image: url('red_background.png');
|
|
} |