CSSa

PHOTO EMBED

Thu Sep 28 2023 10:08:11 GMT+0000 (Coordinated Universal Time)

Saved by @Remi

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Text Color Example</title>
    <!-- Link your CSS file here -->
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <h1>Welcome to My Webpage</h1>
    <p>This is a sample paragraph with text that we'll style.</p>
</body>
</html>
content_copyCOPY