Image in header now round
This commit is contained in:
@@ -10,9 +10,7 @@ Future<Element> makeHeader() async {
|
||||
header
|
||||
..append(Element.img()
|
||||
..attributes['src'] = image_header
|
||||
..attributes['alt'] = 'Logo'
|
||||
..attributes['heigh'] = '150px'
|
||||
..attributes['width'] = '150px')
|
||||
..attributes['alt'] = 'Logo')
|
||||
..append(querySelector('h1'));
|
||||
final subt = header.querySelector('.subtitle');
|
||||
if (subt != null) {
|
||||
|
||||
Reference in New Issue
Block a user