forked from RobotDesign3-Team5/document
-
Notifications
You must be signed in to change notification settings - Fork 0
/
slide1019.html
73 lines (73 loc) · 2.08 KB
/
slide1019.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<DOCTYPE html>
<html>
<head>
<title>10月19日 中間目標スライド(5班)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
/* 全体のスタイル */
body { font-family: 'arial', sans-serif; }
h1, h2, h3 {
color: #000000;
font-weight: 700;
}
.remark-slide-content h1 { font-size: 2.0em; }
.remark-slide-content h2 { font-size: 1.75em; }
.remark-slide-content h3 { font-size: 1.5em; }
.footnote {
position: absolute;
bottom: 1em;
}
/* リンク */
a, a > code {
color: #00a2ff;
text-decoration: none;
}
/* コード */
code {
font-family: 'Ubuntu Mono';
border-radius: 5px;
-web-border-radius: 5px;
}
.remark-code { background: #e7e8e2; font-size: 0.8em; border: 1px solid #555; display: block; }
.remark-inline-code { background: #e7e8e2; }
.remark-code-line-highlighted { background-color: #f5ff49; }
.pull-left {
float: left;
width: 47%;
}
.pull-right {
float: right;
width: 47%;
}
.pull-right ~ p {
clear: both;
}
/* タイトルページ */
.inverse {
background: #ffffff;
color: #3a3a3a;
}
.inverse h1, .inverse h2 {
color: #000000;
line-height: 1em;
}
/* 左右二段表示 */
.left-column {
width: 48%;
float: left;
}
.right-column {
width: 48%;
float: right;
}
</style>
</head>
<body>
<!-- Remarkjs -->
<script src="https://remarkjs.com/downloads/remark-latest.min.js" type="text/javascript"></script>
<script type="text/javascript">
var slideshow = remark.create({sourceUrl: "./slide1019.md"});
</script>
</body>
</html>