Newer
Older
2025-makoto / visual_format.css
@Oi Makoto Oi Makoto on 30 May 371 bytes h1の修正
h1 {
    background-color: #e2c6ff;
    margin-right: 75%;
}
h2 {
    border: none;
    color: blue;
}
div.topmenu {
    white-space: pre; 
    background-color: yellow;
    position: absolute;
    right: 5px; 
    top: 30px; 
    height: 160px;
    width: 150px; 
    
}
div.bottommenu {
    display: none;
}
div.body {
	border-right: 3px double;
	margin-right: 11em;
}