anita christina

This is a paragraph! Here's how you make a link: Neocities.

Here's how you can make bold and italic text.

Here's how you can add an image:

Here's how to make a list:

To learn more HTML/CSS, check out these tutorials!

lacy j. davis
video sculpture photo writing links bio c.v. contact

all content © 2012 lacy j. davis

html { height: 100%; } #maincage { position:relative; width:100%; min-height:100%; border-top: 0px; border-bottom: 0px; } * html #maincage { /* Should be included via Conditional Comment for IE */ height: 100%; } body { height: 100%; background-image:url('images/bg_letters.jpg'); background-position: right bottom; background-repeat: no-repeat; background-color: #FFFFFF; margin-top: 20px; margin-bottom: 0px; margin-left: 50px; margin-right: 0px; font-family: Courier, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #000000; } body.index { background: url(images/bg_index.jpg) no-repeat top center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-color: #FFFFFF; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-align: center; } body.index2 { background: url(images/.jpg) no-repeat top center fixed; background-color: #FFFFFF; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; } body.contact { background: url(images/bg_contact.jpg) no-repeat top center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-color: #FFFFFF; margin-top: 20px; margin-bottom: 0px; margin-left: 50px; margin-right: 0px; text-align: left; } a:link { color: #666666; text-decoration: none; } a:visited { color: #666666; text-decoration: none; } a:hover { color: #000000; text-decoration: none; } a:active { color: #000000; text-decoration: none; } /* Content Styles */ #content { width: 640px; margin-left: 10px; margin-right: 0px; } #content2 { width: 800px; margin-left: 10px; margin-right: 0px; } /* Horizontal Rule Style */ hr { color: #FF6600; border: 1px dotted #FF6600; border-style: none none dotted; margin-top: 20px; margin-bottom: 20px; } /* Heading Style */ h1 { font-family: Courier, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 18px; font-weight: normal; color: #000000; text-transform: lowercase; letter-spacing: 1px; margin-top: 10px; margin-bottom: 10px; } h2 { font-family: Courier, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 18px; font-weight: normal; color: #000000; text-transform: lowercase; letter-spacing: 1px; margin-top: 10px; margin-bottom: 10px; } /* Paragraph Style */ p { font-family: Courier, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; font-weight: normal; color: #000000; text-transform: none; letter-spacing: 1px; margin-top: 10px; margin-bottom: 10px; } /* Image Styles */ img.current { border-bottom: 5px solid #FF9999; padding-bottom: 5px; } img.thumbs { padding-bottom: 1px; padding-right: 1px; } img.details { padding-bottom: 1px; padding-left: 1px; } /* Drop Down Menu Style */ #wrap { padding: 0px; width: 1100px; height: 50px; position: relative; } li.nav { font-family: Courier, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: 1px; text-transform: lowercase; } li.nav2 { font-family: Courier, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: 1px; text-transform: lowercase; } #navbar { margin: 0; padding: 0; height: 1em; } #navbar li { list-style: none; float: left; } #navbar li a { display: block; padding: 3px 10px; background-color: #FFFFFF; color: #000000 text-decoration: none; } #navbar li ul { display: none; width: 120px; /* Width to help Opera out */ background-color: #FFFFFF;} #navbar li:hover ul, #navbar li.hover ul { display: block; position: absolute; margin: 0; padding: 0; } #navbar li:hover li, #navbar li.hover li { float: none; } #navbar li:hover li a, #navbar li.hover li a { background-color: #FFFFFF; border-bottom: 1px solid #FFFFFF; color: #666666; } #navbar li li a:hover { color: #000000; background-color: #FFFFFF; }