|
|
@ -5,13 +5,14 @@ |
|
|
|
<style> |
|
|
|
html { |
|
|
|
text-align: center; |
|
|
|
background: linear-gradient(135deg, #3023ae 0%, #c86dd7 100%); |
|
|
|
background: #2C3E50; |
|
|
|
/*background: linear-gradient(135deg, #3023ae 0%, #c86dd7 100%);*/ |
|
|
|
cursor: none; |
|
|
|
} |
|
|
|
</style> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<div style="text-align:center;width:120px;height:120px;position:fixed;top:50%;left:50%;margin-left:-60px;margin-top:-60px;background: #2C3E50;padding: 20px;box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.37)"> |
|
|
|
<div style="text-align:center;width:120px;height:120px;position:fixed;top:50%;left:50%;margin-left:-60px;margin-top:-60px;background: #2C3E50;padding: 20px;"> |
|
|
|
<img src="oval.svg" style="width:100%;height:100%;"> |
|
|
|
</div> |
|
|
|
</body> |