skip to Main Content

Css – Main Dart file is not loading Flutter web

I am creating flutter web app where i have define some loading splash screen by doing some html and css in index.html file you can see here: <!DOCTYPE html> <html> <head> <base href="$FLUTTER_BASE_HREF"> <meta charset="UTF-8"> <meta content="IE=Edge" http-equiv="X-UA-Compatible"> <meta name="description"…

VIEW QUESTION

Html – Button not respecting height of parent div

The first button isn't respecting the height of the div that's surrounding it, causing the image to poke out of the div. <div class="bg-card text-card-foreground overflow-hidden rounded-xl border shadow-sm animate-fade-in h-[330px] w-64"> <div class="flex items-center justify-center gap-2 h-36 p-0"><button class="inline-flex…

VIEW QUESTION
Back To Top
Search