<!-- HTML -->
<!DOCTYPE html>
<html lang="ja">
<head>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
</head>
<body>
<!-- アイコンフォント詳細:https://fortawesome.github.io/Font-Awesome/ -->
<i class="skill-icon fa fa-lightbulb-o"></i>
</body>
</html>
<!-- css -->
.skill-icon {
width: 150px;
height: 150px;
margin-bottom: 30px;
border: 4px solid;
border-radius: 50%;
color: #f1b400;
font-size: 8rem;
line-height: 142px;
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.