<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>天气预报</title>
</head>
<style>
html {
height: 100%;
}
body {
/*background-color: blue;*/
overflow: hidden;
height: 100%;
color: white;
background-image: linear-gradient( to bottom, dodgerblue, deepskyblue);
}
p {
margin: 0px;
}