You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
454 B
19 lines
454 B
.font3 > p {
|
|
font-size: 35px;
|
|
text-shadow: 5px 5px 5px black, 0px 0px 2px black;
|
|
color: rgb(47, 7, 243);
|
|
}
|
|
body {
|
|
width: 100%;
|
|
height: 100vh; /* 重点一 */
|
|
margin: 0 auto;
|
|
background-image: url(cg.jpg);
|
|
background-repeat: no-repeat;
|
|
background-size: cover; /* 重点二 */
|
|
overflow: auto;
|
|
}
|
|
.font2 > p {
|
|
font-size: 20px;
|
|
text-shadow: 5px 5px 5px black, 0px 0px 2px black;
|
|
color: rgb(245, 244, 250);
|
|
} |