You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
1.2 KiB
CSS

html,
body {
font-size: 16px;
}
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: white;
}
.container {
width: 50%;
height: 100%;
display: block;
margin: 0 auto;
/* background-color: bisque; */
}
.intro {
width: 50%;
background-color: aliceblue;
margin-top: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 5%;
border: 1px solid black;
}
#tsss {
text-decoration: underline dotted;
}
.cartoon {
display: block;
background-color: aliceblue;
}
.row {
width: 100%;
height: auto;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 7.5%;
}
.ani {
/* background-color: yellow; */
text-align: center;
}
.ani img {
/* width: 80%; */
border: 1px solid black;
}
.text {
background-color: antiquewhite;
width: 40%;
margin-left: 0;
}
.text p {
padding: 2% 4%;
font-size: 1rem;
line-height: 135%;
}
.row3 .text,
.row5 .text {
width: 50%;
border-radius: 50%;
border: 3px red solid;
background-color: aquamarine;
margin: 0 auto;
}
.row3 .text p,
.row5 .text p {
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 2rem;
color: red;
line-height: 1;
}