Skip to content

Instantly share code, notes, and snippets.

@sudarshanReddykurri
Last active March 12, 2016 07:23
Show Gist options
  • Save sudarshanReddykurri/2ee94da44df15c4b7cd2 to your computer and use it in GitHub Desktop.
Save sudarshanReddykurri/2ee94da44df15c4b7cd2 to your computer and use it in GitHub Desktop.
Untitled
.rect{
postion: fixed;
width: 200px;
height: 200px;
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
transform :rotate(50deg);
margin-left: 45%;
margin-top: 15%;
}
.content{
position: absolute;
transform : rotate(-50deg);
font-size: 15px;
top: 80px;
left: 10px;
}
<div class="rect">
<p class="content">
Welcome to Code for Firefox Event.
</p>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment