+ 7
In my code the buttons appear in right place but a few others are complaining the buttons position has changed.
Can anyone fix it??In my phone the positions are okay.But in others phone they appear in different positions. https://code.sololearn.com/WEJlI1Ufg9R0/?ref=app
12 Antworten
+ 7
Well after making the change with position of contrast box it was done.. Atleast for a phone 😅.. Don't know about pc..
+ 6
#contrast
{
position:relative;
top:-432px;
left:230px;
background-color:black;
color:white;
}
+ 5
Please answer it fast.
+ 5
Aanisha Bhattacharyya here is a lesson, if you want to learn more:
https://www.sololearn.com/learn/CSS/1115/
+ 5
Since contrast button was overlapping a changed the position...should work..Aanisha Bhattacharyya
+ 4
Agent its looking fully changed even in my phone now.Its looking worse now.
+ 4
Agent thanks but its not helping.Anyone answer fast
+ 4
No actually in different device its viewing different.$hardul Birje .
+ 2
Hi Aanisha Bhattacharyya
I think you need to add the float property in CSS
in the code below i gave the body a Width of 95% and used float: left on the bright class
https://code.sololearn.com/WGanKUKO1af3/?ref=app
Use the Float property on the rest
+ 1
use w3.css it should help you and it's a easy to learn framework
+ 1
yeah it's shoud fix your problem
+ 1
I would suggest that you rewrite the part with the buttons using it