css css universal selectors By Mallikarjun A 17:49:00 Add Comment <html> <head> <style> *{ color:green; } </style> </head> <body> <i>php</i> <p... Read More
css html elements with class name in css By Mallikarjun A 17:48:00 Add Comment <html> <head> <style> big.x { background:red; } </style> </head> <body> <big class="x... Read More
css Class Selectors in css By Mallikarjun A 17:46:00 Add Comment <html> <head> <style> .x { color:lightblue; background:red; } </style> </head> <body> <b ... Read More
css Creating Weather Effects using CSS only By Mallikarjun A 10:30:00 Add Comment <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Creating weather Effect using CSS... Read More