Explore the World of Coding:
<body class="pageDesign">
<h1>CSS - A Creative Journey</h1>
<p><strong>Discover the beauty of coding</strong> and unlock a world of possibilities with CSS. Let your imagination soar as you delve into the realm of code, where innovation meets design to create captivating web pages. Embrace the art of coding and bring your ideas to life! To learn more about CSS, visit the <a href="http://www.w3.org/Style/CSS/">W3C CSS Home Page</a>.</p>
</body>
CSS:
.pageDesign {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 18px;
}
See the result here.
Curious why the <h1>
tag isn't 18px?