Uko ndani ya app. Fungua kwenye browser kwa muonekano na downloads bora.
FAUSTINE May 20, 2025 1 min read

Introduction to CSS

Source code
<!DOCTYPE html>
<html>
<head>
  <title>Introduction to CSS</title>
  <style>
    body {
      background-color: #f0f8ff;
      font-family: Arial, sans-serif;
    }
    h1 {
      color: #2c3e50;
      text-align: center;
    }
    p {
      font-size: 18px;
      color: #34495e;
      padding: 20px;
    }
  </style>
</head>
<body>
  <h1>Welcome to CSS</h1>
  <p>CSS lets you style your web pages beautifully. This page uses simple CSS to change the background color, text color, and alignment.</p>
</body>
</html>

🚀 Unahitaji mfumo au website ya biashara?

Chagua huduma hapa chini kisha mteja bofya moja kwa moja kwenda kwenye ukurasa wa huduma au kuwasiliana nasi kwa WhatsApp.

Share this post

Comments

0
No comments yet. Be the first to comment.

Continue Reading

Subscribe

Get new updates

Jiunge upokee posts mpya, tutorials, na updates za mifumo moja kwa moja kwenye email yako.

Quick Actions