<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> My Family body { background: white; /*include your own background image or change the color here*/ font-family: Cambria; margin: 0 auto; padding: 0; } a { font-family: Georgia; text-decoration: none; color: gray; } #topBar { background: url(http://i.imgur.com/FNRcDUu.png); /*you can change the top bar background over here*/ width: 100%; height: 150px; position: fixed; top: 0; } #title { font-size: 11px; width: 100px; background: white; padding: 20px; font-weight: bold; text-transform: uppercase; letter-spacing: 11px; position: absolute; left: 0; right: 0; margin-top: 30px; margin-right: auto; margin-left: auto; border-right: 1.5px solid black; border-left: 1.5px solid black; } #navigation { font-size: 8px; width: 140px; background: white; padding: 6px 0px; text-align: center; text-transform: uppercase; letter-spacing: 3px; position: absolute; left: 0; right: 0; margin-top: 89px; margin-right: auto; margin-left: auto; } #navigation a { color: black; text-decoration: none; } #navigation a:hover { color: darkgray; } table { width: 650px; text-align: center; margin: 0 auto; margin-top: 165px; margin-bottom: 40px; position: static; } td { height: 170px; } .avatar { width: 100px; height: 100px; border: 1px solid #f1f1f1; margin: 10px 0px 10px 20px; padding: 10px; float: left; overflow: hidden; } .avatar:hover { background: #f1f1f1; } .avatar .off { margin: 0; } .url { width: 100px; font-size: 10px; letter-spacing: 2px; text-align: center; text-transform: uppercase; position: absolute; overflow: hidden; opacity: 0; line-height: 10px; margin-top: 0px; -webkit-transition: 0.4s linear; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } .avatar:hover .url { margin-top: -27px; opacity: 1; } .name { font-family: cambria; font-size: 10px; color: black; letter-spacing: 2px; line-height: 15px; text-transform: uppercase; } .description { width: 100px; font-family: arial; font-size: 10px; color: lightgray; text-align: center; position: absolute; overflow: hidden; opacity: 0; line-height: 10px; margin-top: 100px; -webkit-transition: 0.4s linear; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } .avatar:hover .description { opacity: 1; margin-top: 115px; } ::-webkit-scrollbar { height: 10px; width: 4px; background: white; } ::-webkit-scrollbar-thumb:vertical { background: black; } Family Home | Ask | ©