效果:
代码如下:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>3D Flipping Effect</title>
<link rel="stylesheet" type="text/css" href="css/iconfont.css"/>
<style type="text/css">
*{
margin: 0;
padding: 0;
}
body{
height: 100vh;
background-color: #bdc3c7;
color: white;
}
.middle{
display: flex;
justify-content: center;
align-items: center;