История изменений
Исправление pkurg, (текущая версия) :
Исходная версия pkurg, :
<html>
<head>
<style>
div.round {
height: 32px;
width: 32px;
background-color: #ffffff;
background-image: url(https://cdn.rawgit.com/xintrea/mytetra_syncro/master/icons/Gnome/color_gnome_2_chardevice.svg) ;
background-position: center ;
background-repeat: no-repeat;
background-size: 24px;
border-radius: 20px;
}
body {
background-color: #a3a3a3;
}
</style>
</head>
<body>
<div class="round">
</div>
</body>
</html>