external CSS

This commit is contained in:
Davide Alberani 2017-08-26 14:45:35 +02:00
parent 808cd5ca7f
commit 7b9b421015
2 changed files with 16 additions and 20 deletions

15
css/git-crash-course.css Normal file
View 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;
}

View file

@ -3,27 +3,8 @@
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/zoom.css">
<link rel="stylesheet" href="css/theme/white.css">
<link rel="stylesheet" href="css/git-crash-course.css">
<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>
<body>
<div class="reveal">