W3Schools.com
THE WORLD'S LARGEST WEB DEVELOPER SITE
TUTORIALS REFERENCES
Tutorials References
×

2021年11月15日月曜日

The Language for Styling Web Pages

LEARN CSS CSS REFERENCE

body {
    background-color: #d0e4fe;
}
h1 {
    color: orange;
    text-align: center;
}
p {
    font-family: "Times New Roman";
    font-size: 20px;
}
Try it Yourself

0 件のコメント:

コメントを投稿