dairydemon.net/styles/about.css

13 lines
147 B
CSS
Raw Normal View History

2024-10-06 03:13:41 +00:00
#aboutimg {
2024-10-06 00:15:34 +00:00
width: 256px;
height: auto;
max-width: 100%;
margin-right: 10px;
margin-bottom: 10px;
float: left;
}
2025-07-28 00:21:31 +00:00
.cleared {
clear: left;
}