Skip to content

Instantly share code, notes, and snippets.

@bynaki
Last active November 20, 2015 21:51
Show Gist options
  • Save bynaki/a6e4323ca39894c0cc8e to your computer and use it in GitHub Desktop.
Save bynaki/a6e4323ca39894c0cc8e to your computer and use it in GitHub Desktop.
CSS - border - border: width style color - border-radius: to

CSS

border

border: width style color

{ border: 1px solid #dddddd; }

border-radius: top-left top-right bottom-right bottom-left

{ border-radius: 10px; }

box-shadow

box-shadow: 오른쪽 아래 흐림도 색상

{ box-shadow: 10px 10px 30px black; }
{"noteId":"15126cbb0e0-f32c051d","main":"15126cbb0e0-f32c051d.md","title":"CSS - border - border: width style color - border-radius: top-left top-right bottom-right bottom-left - box-shadow - box-shadow: 오른쪽 아래 흐림도 색상"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment