home 4
home 5
CSS Choices
- Month: March
- Color: #FF80FF
- Navigation: Drop Down
- CSS option
- CSS option
- CSS option
h2 {
font-family: Verdana;
font-weight: bold;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
color: #000000;
}
img {
height: 170px;
width: 170px;
box-shadow: rgba(0,0,0,0.2) 10px 10px;
}
#navbar {
position:fixed;
margin-top:-10px;
left:50%;
margin-left:-254px;
}
#header {
position: relative;
top: -10px;
background-color: #ffd700;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
ul{
list-style-type: none;
position: fixed;
margin: -10px;
}
li {
display:inline;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
border: 2px solid #000000;
font-family: Futura, Tahoma, sans-serif;
color: #ffffff;
border-radius: 5px 5px;
background-color: #000000
}
#left{
/*Add your CSS here!*/
}
p {
font-family: Tahoma;
font-size: 1em;
}
#right{
/*Add your CSS here!*/
}
table {
border: black 1px solid;
background-color:#ffd700 ;
float: right;
margin-right: 10px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}
td {
height: 150px;
width: 150px;
}
td img {
height: 150px;
width: 150px;
box-shadow: none;
}
th {
font-family: Verdana;
font-size: 1em;
font-weight: normal;
color: #3c4543
}
#bottom_left{
border-bottom-left-radius: 15px;
}
#bottom_right{
border-bottom-right-radius: 1px;
}
#footer{
/*Add your CSS here!*/
position: relative;
bottom: -780px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
height: 75px;
background-color: #ffd700;
}
#button{
border: 2px solid #000000;
float:left;
position: relative;
left: 229px;
bottom: -20px;
border-radius: 5px;
background-color: black;
height: 30px;
width: 150px;
}
#button p{
position: relative;
bottom: 10px;
font-size: 0.8em;
color: #acd1b2;
text-align: center;
}
.bold{
font-family: tahoma;
font-weight: bold;
font-size: 1.2em;
font-variant: small-caps;
color: #ffffff;
}
/*--- DROPDOWN ---*/
#nav ul{
background:#fff;
background:rgba(255,255,255,0);
list-style:none;
position:absolute;
left:-9999px;
}
#nav ul li{
padding-top:1px;
float:none;
}
#nav ul a{
white-space:nowrap;
}
#nav li:hover ul{
left:0;
}
#nav li:hover a{
background:#6b0c36;
text-decoration:underline;
}
#nav li:hover ul a{
text-decoration:none;
}
#nav li:hover ul li a:hover{
background:#333;
}
footer {
background-image:;
height: 100px;
text-align: center;
color: #FF80FF;
margin-top: 5px;
}