Create a profile picture for Github and Codepen
A Pen by Charlotte Tan on CodePen.
Create a profile picture for Github and Codepen
A Pen by Charlotte Tan on CodePen.
| <div> | |
| <i class="fa fa-coffee"></i> | |
| </div> |
| html { | |
| height: 100%; | |
| } | |
| body { | |
| background: #b5d4d1; | |
| color: #473d31; | |
| font-size: 14em; | |
| height: 100%; | |
| } | |
| div { | |
| position: absolute; | |
| top: 50%; | |
| left: 50%; | |
| transform: translate(-50%, -50%); | |
| } |
| <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" /> |