{{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:

java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport

SpringBoot Error: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.j...