ul { list-style-image: none; }
- content {
width : 100%; margin: 0;
background: none;
padding: 0;
}
- top_title {
display: none; }
- intro {
color:Black; background-color:#C2B2B2;
padding-left: 100;
}
img{
padding-left: 10;
}
body{ background-color: #333; }
article{
background-color:#C2B2B2; padding-left: 10;
}
#thumbnail { display: block; width: 150px; height: 150px; } #thumbnail:hover + #title { display: block; } #title { display: none; color: #ffffff; background-color: #000000; text-align: center; width: 130px; padding: 10px; }
.topnav {
overflow: hidden; background-color: #333;
}
.topnav a {
float: left; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px;
}
.topnav a:hover {
background-color: #ddd; color: black;
}
.topnav a.active {
background-color: #ff0000; color: white;
}