Changing problem of color of page border

the code:

st.markdown('<style>body{border-style: solid;border-color: white;}</style>',unsafe_allow_html=True)

@randyzwitch The above code does not change the border color of the web page. How can we do this? I’m waiting for your helps…

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.