AGSTATUS/authorblurb.css

15 lines
206 B
CSS
Raw Normal View History

2020-11-15 05:24:43 -07:00
.author-bio {
width: 50%;
2020-11-15 05:40:45 -07:00
float: right;
2020-11-15 05:24:43 -07:00
border-radius: 12px;
2020-11-15 05:33:43 -07:00
border-width: 3px;
border-style: groove;
border-color: #0066ff;
2020-11-15 05:40:45 -07:00
padding-left: 4px;
margin-top: 5%;
2020-11-15 05:24:43 -07:00
}
2020-11-15 05:54:17 -07:00
.author-bio img {
float: right;
}