Vilmar
0
Q:

css border left

.leftBorder {
  /*           width style color  */
  border-left: 5px solid black;
}
1
p {
  border-left: 10px inset green;
}

h1 {
  border-left: 15px solid blue;
}
0
Container(
  decoration: BoxDecoration(
  	border: Border(
  		left: BorderSide(color: mainColor, width: 3),
  	),
  ),
),
0

New to Communities?

Join the community