figoyouwei / taipy_success

This is a sample code that tests the deployment on heroku
2 stars 2 forks source link

Advanced watermark #34

Closed figoyouwei closed 2 weeks ago

figoyouwei commented 3 weeks ago

Hey,

I know I could change the content of watermark in the run()

I wonder whether Taipy is capable of providing more advanced watermark style such as below. Maybe not that fancy as in PS, but somehow more advanced rendering possibilities? 1031水印

AlexandreSajus commented 2 weeks ago

Something similar can be done through CSS:

.taipy-watermark {
    transform: rotate(-45deg) translate(60px, -200px) !important;
    font-size: 8em !important;
}

image

figoyouwei commented 2 weeks ago

thanks.