|
|
|
@ -1,3 +1,28 @@
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Millimetre-Light";
|
|
|
|
|
src: url(./fonts/Millimetre-Light_web.woff2) format("woff2"),
|
|
|
|
|
url(./fonts/Millimetre-Light_web.woff) format("woff");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Millimetre-Regular";
|
|
|
|
|
src: url(./fonts/Millimetre-Regular_web.woff2) format("woff2"),
|
|
|
|
|
url(./fonts/Millimetre-Regular_web.woff) format("woff");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Millimetre-Bold";
|
|
|
|
|
src: url(./fonts/Millimetre-Bold_web.woff2) format("woff2"),
|
|
|
|
|
url(./fonts/Millimetre-Bold_web.woff) format("woff");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Millimetre-Extrablack";
|
|
|
|
|
src: url(./fonts/Millimetre-Extrablack_web.woff2) format("woff2"),
|
|
|
|
|
url(./fonts/Millimetre-Extrablack_web.woff) format("woff");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html,
|
|
|
|
|
body {
|
|
|
|
|
font-size: 16px;
|
|
|
|
@ -8,7 +33,8 @@ body {
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
background-color: ivory;
|
|
|
|
|
background-color: white;
|
|
|
|
|
font-family: "Millimetre-Light";
|
|
|
|
|
/* background-image: url("./img/banjuk.png");
|
|
|
|
|
background-size: contain;
|
|
|
|
|
background-repeat: no-repeat; */
|
|
|
|
@ -20,75 +46,66 @@ body {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
.titletext {
|
|
|
|
|
padding-top: 2%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
font-family: "Millimetre-Bold";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.diary {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: min-content;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-bottom: 20%;
|
|
|
|
|
width: 80%;
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(2, 1fr);
|
|
|
|
|
column-gap: 15px;
|
|
|
|
|
row-gap: 15px;
|
|
|
|
|
margin: 5% auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.part {
|
|
|
|
|
width: 22.5%;
|
|
|
|
|
height: 300px;
|
|
|
|
|
background-color: blanchedalmond;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.part p {
|
|
|
|
|
font-family: "Millimetre-Light";
|
|
|
|
|
font-size: 1.1rem;
|
|
|
|
|
line-height: 147.5%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.part {
|
|
|
|
|
background-color: blanchedalmond;
|
|
|
|
|
/* animation: circleTransform 4s; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#book {
|
|
|
|
|
margin-right: 1%;
|
|
|
|
|
.part2,
|
|
|
|
|
.part3 {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#cook {
|
|
|
|
|
margin-left: 1%;
|
|
|
|
|
margin-top: 4%;
|
|
|
|
|
.part2 img,
|
|
|
|
|
.part3 img {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#book img {
|
|
|
|
|
width: 37.5%;
|
|
|
|
|
.part3 img {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-top: -5%;
|
|
|
|
|
}
|
|
|
|
|
/* @keyframes circleTransform {
|
|
|
|
|
0% {
|
|
|
|
|
border-radius: 60% 70% 90% 90%;
|
|
|
|
|
background-color: blanchedalmond;
|
|
|
|
|
}
|
|
|
|
|
50% {
|
|
|
|
|
border-radius: 65% 90% 100% 100%;
|
|
|
|
|
background-color: rgb(225, 203, 169);
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
border-radius: 100% 100% 120% 100%;
|
|
|
|
|
background-color: rgb(222, 177, 108);
|
|
|
|
|
}
|
|
|
|
|
.transition {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes circleTransform {
|
|
|
|
|
0% {
|
|
|
|
|
border-radius: 60% 70% 90% 90%;
|
|
|
|
|
background-color: blanchedalmond;
|
|
|
|
|
}
|
|
|
|
|
50% {
|
|
|
|
|
border-radius: 65% 90% 100% 100%;
|
|
|
|
|
background-color: rgb(225, 203, 169);
|
|
|
|
|
.transition p {
|
|
|
|
|
font-family: "Millimetre-Extrablack";
|
|
|
|
|
line-height: 0;
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
border-radius: 100% 100% 120% 100%;
|
|
|
|
|
background-color: rgb(222, 177, 108);
|
|
|
|
|
|
|
|
|
|
.cartoon {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-top: 5%;
|
|
|
|
|
}
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
|
|
.intro {
|
|
|
|
|
width: 50%;
|
|
|
|
@ -96,26 +113,27 @@ body {
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-bottom: 5.5%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.intro h4 {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.intro p {
|
|
|
|
|
background-color: aliceblue;
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
}
|
|
|
|
|
#tsss {
|
|
|
|
|
text-decoration: underline dotted;
|
|
|
|
|
}
|
|
|
|
|
.cartoon {
|
|
|
|
|
display: block;
|
|
|
|
|
background-color: aliceblue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cut {
|
|
|
|
|
width: 100%;
|
|
|
|
|
width: 80%;
|
|
|
|
|
height: auto;
|
|
|
|
|
/* display: grid;
|
|
|
|
|
grid-template-columns: repeat(2, 1fr);
|
|
|
|
|
column-gap: 15px;
|
|
|
|
|
row-gap: 15px; */
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
@ -125,17 +143,18 @@ body {
|
|
|
|
|
|
|
|
|
|
.ani {
|
|
|
|
|
/* background-color: yellow; */
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ani img {
|
|
|
|
|
width: 70%;
|
|
|
|
|
width: 60%;
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
}
|
|
|
|
|
.text {
|
|
|
|
|
background-color: antiquewhite;
|
|
|
|
|
width: 40%;
|
|
|
|
|
max-width: 40%;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text p,
|
|
|
|
@ -147,18 +166,9 @@ body {
|
|
|
|
|
|
|
|
|
|
.cut3 .text {
|
|
|
|
|
width: 50%;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
border: 3px red solid;
|
|
|
|
|
background-color: aquamarine;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cut3 .text p {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|
|
|
|
font-size: 1.4rem;
|
|
|
|
|
color: red;
|
|
|
|
|
line-height: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#question {
|
|
|
|
|