소스 검색

css change

master
Noëlle 5 년 전
부모
커밋
fa78300543
1개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 6
    5
      assets/kobold.css

+ 6
- 5
assets/kobold.css 파일 보기

font-weight: bold; font-weight: bold;
} }


body {
background-image: url("/koboldgen/assets/kisbg.png");
background-position: 10em 10em;
background-repeat: no-repeat;
}


div { div {
background-color: white; background-color: white;
} }


div#content {
background-image: url("/koboldgen/assets/kisbg.png");
background-position: 10em 10em;
background-repeat: no-repeat;
}

.firstrow { .firstrow {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
float: left; float: left;

Loading…
취소
저장