YouTrack 오류 페이지 CSS

by JM note

HTML

<style>
body {
    background: #f8f8f8 linear-gradient(to bottom, #E6E6E6, #FFF 160px) repeat-x;
}
body:after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  height: 100%; width: 100%;
  opacity: 0.06;
  background:...