2018-01-09 09:49:58 +01:00
parent cc85dcedc6
commit a0116cd2cf
4 changed files with 59 additions and 41 deletions

View File

@@ -3,27 +3,6 @@
<meta charset="UTF-8">
<title>Getting Started</title>
<link rel="stylesheet" href="style.css">
<style>
.line, .line1, .line2{
fill: none;
stroke: steelblue;
stroke-width: 2px;
}
.area{
fill: lightsteelblue;
-webkit-transition: opacity 2s;
-moz-transition: opacity 2s;
-ms-transition: opacity 2s;
-o-transition: opacity 2s;
transition: opacity 2s;
opacity: 1;
}
.hidden{
opacity: 0;
}
</style>
</head>
<body class="impress-not-supported">