I’m not very good at the colour and the visual side of my code, please can you give some advice :) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I’m not very good at the colour and the visual side of my code, please can you give some advice :)

https://www.sololearn.com/compiler-playground/W8M2nws40NFx Thank you.

22nd May 2023, 10:37 AM
Liam
Liam - avatar
9 Answers
+ 1
If you need to add a background color or an image, then you should add styling in your webpage. You should add the following property in your CSS: body{ background-color: white; } To change the background color in your webpage body { background-image: url(image-source.jpg); } To change or set the background image, in your webpage. There are many other customization you can do with CSS, with the background of your webpage, such as you can add color animation, in your webpage, you can add moving objects, with CSS, or you can even add a background music, in your webpage. Hope this helps.
22nd May 2023, 1:53 PM
Danish Zubair
Danish Zubair - avatar
+ 8
I think you need to be more descriptive about that "code background stuff". It's not clear what you're trying to achieve. Add details to describe your intention and goal in post Description so people can understand you better.
22nd May 2023, 11:16 AM
Ipang
+ 7
https://code.sololearn.com/W8M2nws40NFx/?ref=app (For those in the app) What is "background stuff" to you? Also, if you're using another person's code, it is required to leave the original credit in. Maybe read the following for help: https://code.sololearn.com/W0uW3Wks8UBk/?ref=app
22nd May 2023, 11:17 AM
Ausgrindtube
Ausgrindtube - avatar
+ 1
I can help you in this. https://www.allieduniversalehub.org/
22nd May 2023, 11:15 AM
Wekinsa
+ 1
Liam thank you for making my answer as the best.
22nd May 2023, 8:46 PM
Danish Zubair
Danish Zubair - avatar
0
ok write for this question. write in the form of html element consisting of html tags surrounded by angle bracket
23rd May 2023, 9:49 PM
Milad Ahmed
0
Write a program in GO Lang that asks the user four (4) numbers output the average?
24th May 2023, 7:05 AM
Jenel
0
Write a program in PERL that asks the user four (4) numbers output the average?
24th May 2023, 7:06 AM
Jenel
0
Jenel , look at some courses on Go and Perl online, and start learning from there.
24th May 2023, 12:46 PM
Danish Zubair
Danish Zubair - avatar