Untitled

Anonymous
plain_text
01/02/2025 7:24 PM
264 B
13
Indexable
#dog {
    color: blue;
    font-size: 20px;
}

.america {
    color: red;
    font-size: 18px;
}

.india {
    color: green;
    font-size: 18px;
}

h3 {
    color: purple;
    font-size: 24px;
}
Editor is loading...
Leave a Comment