Material Visiting Card Back

Size
4,053 Kb
Views
6,072

How do I make an material visiting card back?

What is a material visiting card back? How do you make a material visiting card back? This script and codes were developed by Hemant Aggarwal on 09 January 2023, Monday.

Material Visiting Card Back Previews

Material Visiting Card Back - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Material Visiting Card Back</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <link href='https://fonts.googleapis.com/css?family=Roboto:400,500|Lobster+Two:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<div class="card">	<div class="white-bg">	<div class="name">Hemant Aggarwal</div>	<div class="name designation">Founder & CEO</div>	<div class="logo">mstoic</div>
<!--<img class="wall" src="http://blog.propertyminder.com/wp-content/themes/NewBlogTheme/img/blueSquares.png" />-->	</div>	<div class="blue">	<p>	<i class="fa fa-mobile"></i>	<span class="phone detail">9958068788</span>	</p>	<p>	<i class="fa fa-envelope"></i>	<span class="email detail">[email protected]</span>	</p>	<p class="address" style="margin: 0 0 15px 0;">	<i class="fa fa-map-marker"></i>	<span class="detail address">Mstoic Tech Park</span>	<span class="detail address next">D-453, First Floor</span>	<span class="detail address next">Sector-7, Dwarka</span>	<span class="detail address next">New Delhi-77</span>	</p>	</div>
</div>
<div class="circle">	<i class="fa fa-user"></i>
</div>
<!-- <div class="container">	<div class="square"></div>	<div class="square"></div>	<div class="square"></div>	<div class="square"></div>
</div> -->
</body>
</html>

Material Visiting Card Back - Script Codes CSS Codes

body { transform: scale(0.4); transform-origin: top left;
}
.card { height: 768px; width: 1344px; background: #04A9F4; box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); overflow: hidden; position: relative;
}
.card .white-bg { background: #FFF; height: 100%; width: 40%; padding-top: 40px; display: inline-block; overflow: hidden; position: relative;
}
.card .blue { position: fixed; padding: 60px 0 0 80px; height: 100%; width: 100%; display: inline-block; font-size: 3em;
}
.card .blue > p { margin: 0 0 20px !important;
}
.card .blue > p:first-child { margin-top: 50px !important;
}
.card .blue i { color: #FFF;
}
.card .blue i.fa-envelope { font-size: .8em; margin-left: -8px; margin-right: -2px;
}
.card .blue i.fa-map-marker { padding-right: -4px;
}
.card .blue i.fa-mobile { padding-right: 8px;
}
.detail { padding: 32px 48px; color: #FFF; font-family: 'Roboto', sans-serif; font-size: 0.9em;
}
.detail.email,
.detail.phone { display: inline-block; margin: 0 !important; padding: 0 0 20px 30px !important;
}
.detail.address { display: inline-block; margin: 0 !important; padding: 0 0 20px 30px !important;
}
.detail.next { padding-left: 72px !important;
}
.name { padding: 30px 0 0 50px; clear: both; font-family: 'Roboto', sans-serif; color: #333; background: #FFF; z-index: 999; font-size: 3.4em;
}
.name:nth-of-type(2n+1) { padding-top: 60px;
}
.name.designation { font-size: 2.4em; color: #555;
}
.circle { position: absolute; height: 150px; width: 150px; top: 590px; left: 470px; z-index: 9; background: #D84316; box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2); border-radius: 50%; vertical-align: middle; text-align: center;
}
.circle i { top: 50%; width: 150px; height: 150px; margin-top: 30px; font-size: 5em; color: #FFF;
}
.wall { position: fixed; top: 120px; left: -18px; width: 12%; /* you can use % */ height: auto; transform: rotate(270deg);
}
.detail i { padding-right: 10px;
}
.square { height: 200px; width: 200px; border-radius: 10px 0px 10px 0px; position: absolute;
}
.square:nth-of-type(4n+1) { left: 100px; top: 650px; z-index: 1; background: #62ccfc;
}
.square:nth-of-type(4n+2) { left: 220px; top: 530px; z-index: 2; background: #48c4fc;
}
.square:nth-of-type(4n+3) { left: 340px; top: 670px; z-index: 3; background: #2fbcfc;
}
.square:nth-of-type(4n+4) { left: 200px; top: 770px; z-index: 4; background: #16b4fb;
}
.container { position: absolute; top: 110px; left: 40px; transform: scale(0.5);
}
.container.two { left: 150px;
}
.square.two:nth-of-type(4n+1) { left: 0px; top: 0px; z-index: 1; background: #62ccfc;
}
.square.two:nth-of-type(4n+2) { left: 55px; top: 5px; z-index: 2; background: #48c4fc;
}
.square.two:nth-of-type(4n+3) { left: 50px; top: 60px; z-index: 3; background: #2fbcfc;
}
.square.two:nth-of-type(4n+4) { left: -5px; top: 55px; z-index: 4; background: #16b4fb;
}
.name:first-child { font-family: 'Lobster Two', cursive;
}
.logo { font-family: 'Lobster Two', cursive; color: #04A9F4; position: absolute; bottom: 2em; text-align: center; width: 100%; background: transparent; z-index: 9999999; font-size: 9em; opacity: 0.3;
}
Material Visiting Card Back - Script Codes
Material Visiting Card Back - Script Codes
Home Page Home
Developer Hemant Aggarwal
Username mstoic
Uploaded January 09, 2023
Rating 3
Size 4,053 Kb
Views 6,072
Do you need developer help for Material Visiting Card Back?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Hemant Aggarwal (mstoic) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!