Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

python css

def myCss():
    print ('<style>')
    msg="""body
        {
            color: blue;
            font: 12px Arial;
        }"""
    print(msg)
    print ('</style>')
 
PREVIOUS NEXT
Tagged: #python #css
ADD COMMENT
Topic
Name
5+1 =