+ 5
People , help me plizz , left and top commands not works ,
help align to the number 1 https://code.sololearn.com/WgZg22kw7Q4C/?ref=app
5 Antworten
+ 1
Update your q1 to include position, then play with the %:
#q1 {
position:absolute;
text-align:center;
left:4%;
top:66%;
}
+ 6
thanks you bro)
+ 1
what actually you want, describe it
+ 1
position property is required for it.😊
+ 1
Hi oTARANo, Your code have a bug. Line 62 set after 58 line in your HTML. Font in HTML replace to div. Font tag is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it. Open and close html tag replace with < and > In font tag replace color to class. Set class white to width: 2em and text-align:center;