+ 12
Hey friends.Please help me with this code.Please give me HTML or CSS tips.
I want 1 bush to be on the right side and other on the left. The cars too I want one in the left and other in the middle. https://code.sololearn.com/Wsy3FdJGwJ0F/?ref=app
5 Réponses
+ 5
Hope this is what you looking for
https://code.sololearn.com/WVZ4anlEKMPD/?ref=app
+ 10
Thank you very much Calvin and JFS animation.
Thank you Noor Nawas Sheriff. I am also a beginner and I have also tried many ways like yours in many of my codes. 😂😂I appreciate it.
+ 4
Today is the first day with my HTML
i just found one answer & im really very happy...
to move the sun to the left
In CSS where ur giving background colour for sun as lightskyblue
their make a change for padding
change it from 100 to 10
the sun will be on left side
i dont know if it is corrcet or wrong sorry
but changing reducing the padding from 100 to 10 made the sun move to left😂😂😂
+ 3
The sun on top left
try this:
.blue img {
position: absolute;
top: 10px;
left: 10px;
}