vue_aspect_ratio/index.html

29 lines
598 B
HTML
Raw Normal View History

2019-08-19 23:47:53 -06:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>daleen</title>
<style>
#pageStyle {
border: 0px;
padding 0px;
margin: 0px;
background: #aaa;
}
#appstyle {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
</style>
</head>
<body style="border: 0;padding: 0;margin: 0;">
<div style="position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);">
<div id="app"></div>
</div>
<!-- built files will be auto injected -->
</body>
</html>