We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae80d8f commit cd231b2Copy full SHA for cd231b2
tkintermd/constants.py
@@ -257,7 +257,8 @@ def foo():
257
background-size: cover;
258
font-family: sans-serif;
259
align-items: center;
260
- }
+ }"""
261
+default_template_middle = """
262
</style>
263
</head>
264
<Body>"""
@@ -279,9 +280,11 @@ def foo():
279
280
}
281
h1, h2, h3, h4, h5, h6 {
282
text-align: center;
283
284
+centered_template_middle="""
285
286
287
288
centered_template_bottom = """</Body>
-</Html>"""
289
+</Html>"""
290
+template_list = ["default", "centered"]
0 commit comments