效果图
方法一:使用转换中的角度转换
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>标题</title>
<link rel="stylesheet" href="../css/reset.css">
<style type="text/css">
nav{
width: 200px; height: 40px;
background: #363636; margin: 50px auto;
display:flex; justify-content: space-between;
}
div{
width: 100px; height: 40px;
position: relative;;
}
a{
displa