external CSS
This commit is contained in:
parent
808cd5ca7f
commit
7b9b421015
2 changed files with 16 additions and 20 deletions
15
css/git-crash-course.css
Normal file
15
css/git-crash-course.css
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
.slides {
|
||||||
|
margin-top: 5px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.two-cols ul, .two-cols h3 {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.align-left {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.align-left h2, h3 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
21
index.html
21
index.html
|
@ -3,27 +3,8 @@
|
||||||
<link rel="stylesheet" href="css/reveal.css">
|
<link rel="stylesheet" href="css/reveal.css">
|
||||||
<link rel="stylesheet" href="css/zoom.css">
|
<link rel="stylesheet" href="css/zoom.css">
|
||||||
<link rel="stylesheet" href="css/theme/white.css">
|
<link rel="stylesheet" href="css/theme/white.css">
|
||||||
|
<link rel="stylesheet" href="css/git-crash-course.css">
|
||||||
<title>Git crash course</title>
|
<title>Git crash course</title>
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
.slides {
|
|
||||||
margin-top: 5px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.two-cols ul, .two-cols h3 {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.align-left {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.align-left h2, h3 {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="reveal">
|
<div class="reveal">
|
||||||
|
|
Loading…
Reference in a new issue