+ 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.
9 ответов
+ 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.
+ 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.
+ 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
+ 1
I can help you in this. https://www.allieduniversalehub.org/
+ 1
Liam thank you for making my answer as the best.
0
ok write for this question. write in the form of html element consisting of html tags surrounded by angle bracket
0
Write a program in GO Lang that asks the user four (4) numbers output the average?
0
Write a program in PERL that asks the user four (4) numbers output the average?
0
Jenel , look at some courses on Go and Perl online, and start learning from there.