Wednesday, August 10, 2016

basic css fault I have met

if you use the css statement:
border: 3px green;
it will not show anything
the exactly using is
border: 3px solid green;

No comments:

Post a Comment