04-08-2018, 04:31 PM
This code here can also change your avatar and your buddie's icons to a circle, and it will rotate 360 degrees when your mouse hovers over it.
And you can make backgrounds(not your main background, things like header, footer, boxes, etc) a different opacity.
Code:
#profile_left .avatar {
border-radius: 100px;
width: 200px;
height: 200px;
border: 1px solid COLOR;
-webkit-transition: -webkit-transform .8s ease-in-out;
-ms-transition: -ms-transform .8s ease-in-out;
transition: transform .8s ease-in-out;
}
img:hover{
transform:rotate(360deg);
-ms-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
}
And you can make backgrounds(not your main background, things like header, footer, boxes, etc) a different opacity.
Code:
filter:alpha(opacity=60); opacity:.6;
[align=center]
instagram art account - deviantart
⅛ of the suts // ex-senior mod // gone
dakot was here <3 so was orion >)
instagram art account - deviantart
⅛ of the suts // ex-senior mod // gone
dakot was here <3 so was orion >)