Difference between revisions of "Template:Alexa-css"

From wiki
Jump to navigation Jump to search
(Replaced content with "<body> <h1> I am Alexa </h1> </body>")
Tag: Replaced
Line 1: Line 1:
<body>
+
<h1 class = "AlexaClass"> I am Alexa </h1>
<h1> I am Alexa </h1>
+
<style>
</body>
+
.AlexaClass
 +
{
 +
color:red;
 +
}
 +
</style>

Revision as of 14:27, 15 March 2022

I am Alexa

<style> .AlexaClass { color:red; } </style>