CSS3 SubClass-ing
<!DOCTYPE html> <html> <head> <style type="text/css"> h1.a {color:red; text-align:left;} h1.b {color:green; text-align:right;} p {color:blue; text-align:center;} .area1 { border:5px solid […]
Read More →<!DOCTYPE html> <html> <head> <style type="text/css"> h1.a {color:red; text-align:left;} h1.b {color:green; text-align:right;} p {color:blue; text-align:center;} .area1 { border:5px solid […]
Read More →