0525

김규리·2022년 5월 25일

학습한내용

고양이가 최고!!

Cat Blog

고양이 기르는 방법과 반려묘에 대한 이야기

처음 고양이 키울 때 필요한 것!

처음 고양이를 키운다면 우선 무엇이 필요할까요? 꼭 필요한 물품과 사두면 편리한 물품에 대해 소개합니다. 고양이는 앞으로 약 10년간 함께 살아가는 가족입니다. 함께하는 생활을 기분좋게 시작하기 위해서 미리 제대로 준비해둡시다! 추천하는 고양이 사료 랭킹도 정리해보았습니다!

고양이를 처음 기를 때 필수 아이템

  • 고양이 간식
  • 화장실, 화장실 모래
  • 식품

추천하는 고양이 사료

  1. 건식 사료A
  2. 습식 사료B
  3. 건식 사료D 닭고기 맛
고양이 사료를 고르는 포인트

사람이 먹는 음식이 아닌 꼭 고양이용 건식, 습식 사료를 준비해야 합니다. 종합영양식이라고 쓰여있는 것으로 준비해주세요. 건식 사료와 습식 사료는 함께 급여해도 됩니다.

고양이의 귀여운 재롱

쉬고 있는 고양이의 눈은 아주 부드럽습니다. 적대적이지 않고 상대방에게 호의가 있을 때에는 눈을 가늘게 뜨거나 깜빡거립니다. 가끔 윙크를 할 때도 있습니다.

© 2022 Cat Blog

@charset "utf-8";

  • {
    box-sizing: border-box;
    }
    html {
    font-size: 100%;
    line-height: 1.15;
    }
    body {
    color: #949087;
    font-family: sans-serif;
    background: #faf6ed url(../images/bg.png);
    margin: 0;
    }
    ul,
    ol {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    a {
    background-color: transparent;
    text-decoration: none;
    }
    button,
    input {
    border: 0;
    outline: 0;
    }
    p {
    line-height: 1.6;
    }
    .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.5rem;
    background: #fff;
    border-radius: 0 0 10px 10px;
    }
    img {
    border-style: none;
    vertical-align: bottom;
    }
    / header /
    header {
    max-width: 1000px;
    margin: 2.5rem auto 0;
    height: 170px;
    }
    .page-title {
    font-size: 3.75rem;
    font-family: "Amatic SC", cursive;
    margin: 1rem 0;
    padding-top: 2rem;
    }
    .page-desc {
    font-size: 1rem;
    margin-bottom: 0;
    }
    .page-title,
    .page-desc {
    text-align: center;
    }
    / section /
    section {
    margin-bottom: 3rem;
    display: block;
    }
    .post-title {
    padding-bottom: 10px;
    background-image: linear-gradient(
    45deg,
    #fff 30%,
    #ccc 30%,
    #ccc 50%,
    #fff 50%,
    #fff 80%,
    #ccc 80%,
    #ccc 100%
    );
    background-size: 6px 6px;
    margin-bottom: 1.5rem;
    }
    .post-title h2 {
    background-color: #fff;
    padding: 0 0.5rem 0.875rem;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    }
    .post-title a {
    color: #949087;
    }
    .post-title a:hover {
    color: #605c55;
    }
    .post-thumb {
    margin: 0 0 1rem 0;
    position: relative;
    }
    .post-date {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    font-family: "Amatic SC", cursive;
    background: #93d8d0;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    border-radius: 30% 60% 50% 70% / 50%;
    }
    .post-date span {
    font-size: 1rem;
    border-bottom: 2px rgba(255, 255, 255, 5) dotted;
    display: block;
    margin: 4px auto 0;
    padding-bottom: 2px;
    width: 60%;
    }
    .post-date span:last-child {
    border-bottom: none;
    }
    .post-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 40% 70% 50% 30% /50%;
    }
    article h3,
    article h4,
    article h5,
    article h6 {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    margin: 3rem 0 1rem;
    }
    article h3 {
    font-size: 1.5rem;
    border-top: 2px dotted #ccc;
    padding: 0.75erm;
    }
    article img {
    max-width: 100%;
    border-radius: 50px;
    }
    article li {
    margin: 0.5rem 0;
    }
    article ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #93d8d0;
    display: inline-block;
    margin: 0 8px 2px 0;
    border-radius: 50%;
    }

어려운 내용

문법이해

해결방법

복습

학습소감
단시간안에 할려다 보니 좀 힘들다.

profile
코딩

0개의 댓글