change the css
This commit is contained in:
parent
a4ce7ad144
commit
fb14bf8014
16
index.css
16
index.css
@ -1,2 +1,14 @@
|
|||||||
html{margin:0px;padding:0px;height:100%}
|
html {
|
||||||
body{margin:0px;padding:0px;min-height:100%;background:url('/star-catcher-astronaut-catching-stars-for-research-astronaut.jpg') cover repeat-y}
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
height: 100%
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
min-height: 100%;
|
||||||
|
background-image: url(/star-catcher-astronaut-catching-stars-for-research-astronaut.jpg);
|
||||||
|
background-size: cover;
|
||||||
|
background-repeat: repeat-y
|
||||||
|
}
|
@ -2,6 +2,7 @@
|
|||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<link href="https://cdn.bootcss.com/twitter-bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet">
|
<link href="https://cdn.bootcss.com/twitter-bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="/index.css">
|
||||||
<title>title</title>
|
<title>title</title>
|
||||||
<head>
|
<head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user