Skip to content

Instantly share code, notes, and snippets.

View Chukslord1's full-sized avatar
🏠
Working from home

Chukslord Chukslord1

🏠
Working from home
View GitHub Profile
@Chukslord1
Chukslord1 / style.css
Created February 6, 2021 15:28
The css file for the django music player
*:focus{
outline: none;
}
html {
background: #f2f2f2;
}
body {
margin: 0;
font-family: "Raleway",sans-serif;
}