neatbeans homework
/* CSS designed by Robert M. Erickson */ /* =================== General Section ==================================== */ * { font-size: 14pt; font-family:Tahoma, Geneva, sans-serif; } artcile ul li ,ol li{ padding: .3em 0 .3em 0; } a:hover{ background-color:aquamarine; border:2px solid gold; padding:0; } h1{ text-transform:uppercase; } p { text-indent: 3em; /*color:antiquewhite;*/ } table{ border: 2px soild brown; border-collapse: collapse; } th, td{ border: 2px dashed brown; padding: .4em; } tr:nth-child(odd){ background-color:Linen; } tr:nth-child(even){ background-color: lightgray; } tr:hover{ background-color: lightcyan; } nav a:link{ background-color:#3300ff; color:#ff0000; text-decortation:none; } nav a:Link { text-decoration: underline; } nav ol li{ display:inline-table; list-style-type: none; witdh:13em; } .pactivePage{ background-color:#00ff66; border-top-left-radius: 1em; border-top-right-radius: 1em; box-shadow: 0.2em 0.2em 0.2em gold; } /* =================== Custom Section ==================================== */ .fiftyPercent{ width: 50%; text-align: center; padding: 1em; } .roundedCornersSmall{ border-radius:0.4em } .SeaIce h1 a{ background-color: blue; } /* =================== Lab3 ==================================== */ body#lab3,contest.php{ background-color: brown; } #lab3 ,contest.php li:nth-child(even){ background-color:red; color: yellow; } img{ max-width:100% } /* =================== Lab4 ==================================== */ #lab4 figure{ border: red ridge } .animated{ background-color: darkgrey; } .animated{ color: lightgrey; } .Transparent{ background-color: lightgrey; } .Transparent{ color: darkblue; }