59 lines
1.2 KiB
HTML
59 lines
1.2 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en" >
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>CodePen - Neptune</title>
|
||
|
<link rel="stylesheet" href="./style.css">
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- partial:index.partial.html -->
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<link rel="stylesheet" type="text/css" href="stylesheets/neptun.css">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<link href="https://fonts.googleapis.com/css2?family=MuseoModerno&display=swap" rel="stylesheet">
|
||
|
|
||
|
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<div class="planet">
|
||
|
<div class="planet_area">
|
||
|
<div class="border"></div>
|
||
|
|
||
|
<div class="hole_1"></div>
|
||
|
<div class="hole_2"></div>
|
||
|
<div class="hole_3"></div>
|
||
|
<div class="hole_4"></div>
|
||
|
<div class="hole_5"></div>
|
||
|
<div class="hole_6"></div>
|
||
|
<div class="hole_7"></div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="star"></div>
|
||
|
<div class="star star_2"></div>
|
||
|
<div class="star star_3"></div>
|
||
|
<div class="star star_4"></div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div>
|
||
|
<p class="about">Inspired From <a href="https://dribbble.com/shots/12044886-Neptune-Planet-illustration/attachments/3675122?mode=media" target="_blank">Mohammad Sharifi</a></p>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
|
||
|
</html>
|
||
|
<!-- partial -->
|
||
|
|
||
|
</body>
|
||
|
</html>
|