My text is overlapping my border. It was fine before but after I changed my background it started overlapping. How do I fix | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 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

2nd Jul 2017, 11:49 AM
Ricardo Chitagu
Ricardo Chitagu - avatar
12 Réponses
+ 2
article{ border-style:dashed; width:500px; height :300px; } body{ background-image:url(' backtrack. png '); }
2nd Jul 2017, 12:15 PM
Ricardo Chitagu
Ricardo Chitagu - avatar
+ 1
can u share the rest of the code?
2nd Jul 2017, 12:19 PM
Calviղ
Calviղ - avatar
+ 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 '); }
2nd Jul 2017, 12:31 PM
JULIAN ANTHONY
JULIAN ANTHONY - avatar
+ 1
U should share the code so that we can get better what u mean
2nd Jul 2017, 12:40 PM
Avi_Roy
Avi_Roy - avatar
+ 1
can you share your html code?
2nd Jul 2017, 12:45 PM
Calviղ
Calviղ - avatar
0
can u share some link and if possible the codes that u have used
2nd Jul 2017, 12:13 PM
JULIAN ANTHONY
JULIAN ANTHONY - avatar
0
edited just now
2nd Jul 2017, 12:23 PM
Ricardo Chitagu
Ricardo Chitagu - avatar
0
and then?
2nd Jul 2017, 12:37 PM
Ricardo Chitagu
Ricardo Chitagu - avatar
0
is it still not working?
2nd Jul 2017, 12:41 PM
JULIAN ANTHONY
JULIAN ANTHONY - avatar
0
it worked thanks Julian
2nd Jul 2017, 12:45 PM
Ricardo Chitagu
Ricardo Chitagu - avatar
- 1
good luck brother. for more tricks and help start following me.
2nd Jul 2017, 12:48 PM
JULIAN ANTHONY
JULIAN ANTHONY - avatar
- 2
Good luck brother. For more tricks and helps start following me.
2nd Jul 2017, 12:50 PM
JULIAN ANTHONY
JULIAN ANTHONY - avatar