mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
17 lines
271 B
CSS
17 lines
271 B
CSS
.container {
|
|
width:100%;
|
|
border:1px solid #d3d3d3;
|
|
}
|
|
.container div {
|
|
width:100%;
|
|
}
|
|
.container .header {
|
|
background-color:#d3d3d3;
|
|
padding: 2px;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
}
|
|
.container .content {
|
|
display: none;
|
|
padding : 5px;
|