small to big moon in html
<!DOCTYPE html>
<html>
<head>
<title>Font Awesome Icons</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<h1>small to big </h1>
<i class="fa fa-moon-o"></i>
<i class="fa fa-moon-o" style="font-size:24px;color:red"></i>
<i class="fa fa-moon-o" style="font-size:36px;color:green"></i>
<i class="fa fa-moon-o" style="font-size:48px;color:yellow"></i>
<br>
</body>
</html>
Comments
Post a Comment