You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
560 B
29 lines
560 B
2 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
|
||
|
html, body {
|
||
|
height: 100%;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.full-height {
|
||
|
height: 100%;
|
||
|
background: yellow;
|
||
|
}
|
||
|
</style>
|
||
|
<meta charset="utf-8" />
|
||
|
<title></title>
|
||
|
</head>
|
||
|
<body >
|
||
|
<div style="height:100%;background-color:palevioletred">
|
||
|
<div>2121312</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
<!--<script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.js"></script>-->
|
||
|
<script type="text/javascript">
|
||
|
|
||
|
|
||
|
</script>
|