mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +00:00
edit css
This commit is contained in:
parent
c65ae4e5aa
commit
158bd4539d
@ -124,6 +124,7 @@ body {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 0.8rem;
|
||||
line-height: 1.2;
|
||||
|
||||
color: #FFF;
|
||||
|
||||
@ -217,7 +218,7 @@ body {
|
||||
width: 70px;
|
||||
top: 20px;
|
||||
|
||||
margin-left: 890px;
|
||||
margin-left: 970px;
|
||||
margin-top: 0px;
|
||||
|
||||
color: #FFF;
|
||||
@ -243,7 +244,7 @@ body {
|
||||
width: 70px;
|
||||
top: 45px;
|
||||
|
||||
margin-left: 890px;
|
||||
margin-left: 970px;
|
||||
margin-top: 0px;
|
||||
|
||||
color: #FFF;
|
||||
|
@ -10,7 +10,6 @@
|
||||
<script src="js/marked.js"></script>
|
||||
<script src="js/ditto.js"></script>
|
||||
<script src="js/prism.js"></script>
|
||||
<link rel="stylesheet" href="app/bower_components/normalize-css/normalize.css">
|
||||
<link rel="stylesheet" href="css/app.css">
|
||||
<title>ECMAScript 6入门</title>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
|
Loading…
x
Reference in New Issue
Block a user