-2
Decrease the width
should solve your problem.
#msg {
margin:15px;
height:auto;
width: 100px;
padding: 1px;
color: #1b196df2;
box-shadow: 5px 5px 10px black;
}
-2
1
Decrease the width
should solve your problem.
#msg {
margin:15px;
height:auto;
width: 100px;
padding: 1px;
color: #1b196df2;
box-shadow: 5px 5px 10px black;
}
0
Makes everything Dynamic.
Removes height and width and controls with padding.
#msg {
margin:15px;
padding: 5px 15px;
color: #1b196df2;
box-shadow: 5px 5px 10px black;
}
Browser other questions tagged css
You are not signed in. Login or sign up in order to post.
width
diminishes him!– novic
Important you [Dit] your question and explain objectively and punctually the difficulty found, accompanied by a [mcve] of the problem and attempt to solve. To better enjoy the site, understand and avoid closures and negativities worth reading the Stack Overflow Survival Guide in English.
– Bacco