E-commerce Shopping-Bag Design

 <!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1">

<title>emoji</title>

<style type="text/css">

.emoji{

color: red; font-size: 20px;

position: relative;

}

.shopping-bag{

width: 40px; height: 40px; border-radius: 50%; border: 1px solid #005;

text-align: center;line-height: 40px;

}

</style>

</head>

<body>

<div class="shopping-bag">

<span stype="cursor: pointer;

" class="text-white emoji">&#128722;</span>

</div>

&#128722;

</body>

</html>

Comments

Popular posts from this blog

Battery discharging formula

HTML CSS JS Animated Sidebar Menu