Skip to content

Commit

Permalink
ajustes
Browse files Browse the repository at this point in the history
  • Loading branch information
VidalGuilherme committed Dec 16, 2013
1 parent 5759fa9 commit e1e3554
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions css/goku.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body{
display: block;
margin: 8px;
background-color: #C3D8F7;
}

.container{
Expand Down Expand Up @@ -360,4 +361,28 @@ body{
z-index: 7;
transform: rotate(-110deg);
-webkit-transform: rotate(-110deg);
}

.author{
font-family: Arial, Tahoma;
font-size: 14px;
text-align: left;
position: absolute;
bottom:30px;
right: 30px;
font-weight: bold;

}

.author a{
color: #000;
text-decoration: none;
margin-bottom: 10px;
display: block;
}

.author a:hover{
text-shadow:1px 1px 0 #fff;
color: #222;

}

0 comments on commit e1e3554

Please sign in to comment.