AnimatedCard

Embed text below Youtube link GoogleWorkspace 

<!DOCTYPE html>

<html>

<head>

<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>

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

<style>

body {

   font-family: 'Roboto';font-size: 14px;

}

</style>

<style>

.card {

   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

   transition: 0.3s;

   width: 100%;

}

.card:hover {

   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);

}

.container {

   padding: 2px 16px;

}

</style>

</head>

<body>

<div class="card">

 <img src="https://drive.google.com/uc?export=view&id=1Gg0tzY2sB-PyhVfhSct6Kv7mms6ZTzbP" alt="Avatar" style="width:100%">

 <div class="container">

   <h4><b>Sethi</b></h4>

   <p>Flipped Classroom Tutorials</p>

 </div>

</div>

</body>

</html>