This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
BirdsiteLIVE/src/BirdsiteLive/wwwroot/css/birdsite.css
2020-03-22 16:38:15 -04:00

35 lines
600 B
CSS

.profile {
border: 1px #dddddd solid;
border-radius: 5px;
background-repeat: no-repeat;
/*background-attachment: fixed;*/
background-position: center;
}
.profile h1 {
font-size: 32px;
margin-left: 120px;
padding-top: 8px;
}
.profile h2 {
font-size: 20px;
margin-left: 120px;
}
.sub-profile {
padding: 20px;
background-color: rgba(255, 255, 255, 0.7);
}
.avatar {
float: left;
width: 100px;
border-radius: 50%;
}
.description {
margin-top: 40px;
margin-left: 20px;
font-weight: bold;
}