+ 7
Please how do you add padding value and background color to a <marquee> attribute?
6 Answers
+ 4
thanks
+ 2
maquee?
+ 1
Marquee is a deprecated element (not attribute), but adding padding and background-color to it shouldn't be any different than adding it to any other element.
marquee {
padding: 25px;
background-color: yellow;
}
0
Anytime! âșđ
0
You can put a Marquer atribut in CSS
0
what can I do by learning this shits?