mirror of
https://github.com/FAUSheppy/python-flask-picture-factory
synced 2025-12-06 07:01:37 +01:00
fix: position absolute > relative
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
<a href="/m/{{ path }}" style="display: inline-block; float: left; magin: 5px;
|
<a href="/m/{{ path }}" style="display: inline-block; float: left; magin: 5px;
|
||||||
word-break: break-all;">
|
word-break: break-all;">
|
||||||
<div style="height: 150px; width: 250px; background: aliceblue;">
|
<div style="height: 150px; width: 250px; background: aliceblue;">
|
||||||
<p style="font-size: 40px; position: fixed; margin-left: 80px;
|
<p style="font-size: 40px; position: absolute; margin-left: 80px;
|
||||||
margin-top: 20px;">❌</p>
|
margin-top: 20px;">❌</p>
|
||||||
<br>
|
<br>
|
||||||
<p style="margin-top: 80px; padding-left: 20px; padding-right: 20px">
|
<p style="margin-top: 80px; padding-left: 20px; padding-right: 20px">
|
||||||
|
|||||||
Reference in New Issue
Block a user