WEB骇客
<h1>Oblique Text</h1>

<h1>Italic Text</h1>
body{margin:20px}
h1 {
  font-weight: normal;
  font-family: Georgia, serif;
  font-style: oblique;
  text-align: center;
  font-size: 50px;
}

h1:nth-child(2) {
  font-style: italic;
}

p {
  font-family: Arial, sans-serif;
  text-align: center;
}
返回