diff --git a/samples/flask/flask/Younis b/samples/flask/flask/Younis new file mode 100644 index 00000000..57389c4e --- /dev/null +++ b/samples/flask/flask/Younis @@ -0,0 +1,14 @@ +body { + font-family: Arial, sans-serif; + background-color: #f4f4f4; + text-align: center; + margin-top: 50px; +} + +h1 { + color: #333; +} + +p { + color: #555; +}