Browse Source

external CSS

Davide Alberani 6 years ago
parent
commit
7b9b421015
2 changed files with 16 additions and 20 deletions
  1. 15 0
      css/git-crash-course.css
  2. 1 20
      index.html

+ 15 - 0
css/git-crash-course.css

@@ -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;
+}

+ 1 - 20
index.html

@@ -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">