效果图
代码:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>考研倒计时</title>
<style type="text/css">
*{
margin: 0;
padding: 0;
list-style: none;
}
html{
font-size: 62.5%;
}
body{
height: 100vh;
background-image: url(img/加油.jpg);
background-size: cover;
background-position: center center;
}
.container{
height: 100%;
background-color: rgba(0,0,0,.5);
display: flex;
align-self: center;
justify-content: center;
align-content: center;
flex-wrap: wrap;
}
h1,[id]{
width: 100%;
font-size: 3rem;
color: white;
text-align: center;
}
h1:nth-of-type(1){
color: rgb(255, 0, 0);
}
section{
display: flex;
ju