Line 5: | Line 5: | ||
#content { | #content { | ||
width : 100%; | width : 100%; | ||
− | |||
margin: auto; | margin: auto; | ||
padding: 0; | padding: 0; | ||
background: none; | background: none; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Revision as of 14:10, 1 June 2018
ul { list-style-image: none; }
- content {
width : 100%; margin: auto;
padding: 0; background: none; }
- top_title {
display: none; }
- intro {
color:Black; background-color:#C2B2B2;
width = auto;
}
body{ background-color: #333; }
article{
background-color:#C2B2B2;
}
#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;
}