用HTML+bootstrap制作个人简历

 

index.html

<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta http-equiv="X-UA-Compatible" content="ie=edge">
		<link href="https://cdn.staticfile/twitter-bootstrap/5.1.1/css/bootstrap.min.css" rel="stylesheet">
		<script src="https://cdn.staticfile/twitter-bootstrap/5.1.1/js/bootstrap.bundle.min.js"></script>
		<title>
			个人简历
		</title>
		<style>
			body {
				background-color: pink;
			}

			.card {
				background-color: #66ccff;
				width: 720px;
				height: 200px;
				margin: 0 auto;
				margin-top:

更多推荐

用HTML+bootstrap制作个人简历