gnu-social/public/assets/css/profilecolor/profilecolor.css

17 lines
251 B
CSS
Raw Normal View History

2020-12-19 20:52:36 +00:00
.pcolor{
width: 100%;
height: 100%;
position: absolute;
top:0;
left: 0;
z-index: -1;
}
.profile-color{
width: 100%;
height: 100%;
background-color: transparent;
box-sizing: border-box;
border: 5px solid;
}