from IPython.core.display import HTML
def load_css():
    styles = open("custom3.css", "r").read()
    return HTML(f"<style>{styles}</style>")
load_css()

Welcome to lesson 3.7 of our python fundamental course! Click the submenu to view lesson content 👆🏻.