Hey guys, so how would I be able to change the background-color of my code elements in my project? I wanna make them stand out a bit. Thx in advance!
Link:
Hey guys, so how would I be able to change the background-color of my code elements in my project? I wanna make them stand out a bit. Thx in advance!
Link:
Hello there.
I would recommend wrapping each of your code
elements in a parent div
, then giving both the div
and code
the same background colour.
Hope this helps