We're a place where coders share, stay up-to-date and grow their careers.
About "CSS border styles". Can I use border-style: none solid none if I want borders only left and right instead of none solid solid none?
border-style: none solid none
none solid solid none
Yes you can! :)
About "CSS border styles". Can I use
border-style: none solid none
if I want borders only left and right instead ofnone solid solid none
?Yes you can! :)