All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
14 lines
220 B
CSS
14 lines
220 B
CSS
.avatar-container {
|
|
position: relative;
|
|
}
|
|
|
|
.avatar-text {
|
|
position: absolute;
|
|
top: 25px;
|
|
left: 10px;
|
|
bottom: 20px;
|
|
right: 20px;
|
|
color: white;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
} |