- 1
My text is overlapping my border. It was fine before but after I changed my background it started overlapping. How do I fix
css borders
12 ответов
+ 2
article{
border-style:dashed;
width:500px;
height :300px;
}
body{
background-image:url(' backtrack. png ');
}
+ 1
can u share the rest of the code?
+ 1
add the position property to the article
article{
position: static; //add this to your css
border-style:dashed;
width:500px;
height :300px;
}
body{
background-image:url(' backtrack. png ');
}
+ 1
U should share the code so that we can get better what u mean
+ 1
can you share your html code?
0
can u share some link and if possible the codes that u have used
0
edited just now
0
and then?
0
is it still not working?
0
it worked thanks Julian
- 1
good luck brother.
for more tricks and help start following me.
- 2
Good luck brother.
For more tricks and helps start following me.