In this article, I will walk you through how css styles override each other, its recommended for those who have intermediate knowledge in css.
Now lets go into details. let use the below html snippet code as an example: <!DOCTYPE html>
<html>
<head>
<tittle>getting started with fauna</fauna>
</head>
<style>
.greentext{
color: green;
}
</style>
<body>
<h3 class=”greentext bluetext”>I am a technical…