HTML CODE:
<!DOCTYPE html>
<html>
<head>
<title>page</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" type="text/css" href="1.page.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css">
</head>
<body>
<div class="logo">
<span></span>
<span></span>
<span></span>
<span></span>
<div class="plus"></div>
<div class="one"></div>
</div>
</body>
</html>
CSS CODE:
Leave a comment