{{theTime}}

Search This Blog

Total Pageviews

Sample CSS Code

<!DOCTYPE html>
<html>
<head>
<style>
body {
    background-color: #d0e4fe;
}

h1 {
    color: red;
    text-align: center;
}

p {
    font-family: "Times New Roman";
    font-size: 25px;
}
</style>
</head>
<body>

<h1>Sample Code to use CSS</h1>
<p>You can write your own code.</p>

</body>
</html>

No comments:

How to install Windows Subsystem for Linux?

- Open Powershell in Admin mode and run wsl --install