August 21, 2021
Python IDE + Text Editor
* { font-family: 'Marmelad', sans-serif; } @import url('https://fonts.googleapis.com/css2?family=Marmelad&display=swap'); .code { background: linear-gradient(45deg, rgb(255,115,0,178), rgb(255,177,0,183)); padding: 10px; border-radius: 10px; color: white !important; } .code:hover { background: linear-gradient(45deg, orange, yellow); color: black; } .module {...