small fixes
This commit is contained in:
@ -23,7 +23,6 @@
|
||||
.go-btn button {
|
||||
color: #ffffff;
|
||||
border-color: #008ecf;
|
||||
background: linear-gradient(to bottom, #005691 0%, #005691 50%, #008ecf 50%, #008ecf 100%);
|
||||
border-width: 1px;
|
||||
line-height: 40px;
|
||||
padding: 30px 60px;
|
||||
@ -33,7 +32,7 @@
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
transition: border, background cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms;
|
||||
background-position: 0 0;
|
||||
background: linear-gradient(to bottom, #005691 0%, #005691 50%, #008ecf 50%, #008ecf 100%) 0 0;
|
||||
background-size: 100% 200%;
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
color: #000;
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
font-size: 8.5px;
|
||||
font-size: 9px;
|
||||
left: 39px;
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>DeFinMaDB - Introduction</title>
|
||||
<meta charset="utf-8">
|
||||
@ -248,7 +248,7 @@ layout: true
|
||||
class: content, theme-dark-green
|
||||
layout: true
|
||||
|
||||
# Thats all
|
||||
# That's all
|
||||
|
||||
---
|
||||
|
||||
@ -264,7 +264,7 @@ layout: true
|
||||
<script src="assets/remark-latest.min.js">
|
||||
</script>
|
||||
<script>
|
||||
var slideshow = remark.create({
|
||||
let slideshow = remark.create({
|
||||
ratio: '16:9',
|
||||
slideNumberFormat: '%current% <div class="footer"><span class="intern">Intern</span>| CR/APS1 | 2020/08/07</div>',
|
||||
countIncrementalSlides: false
|
||||
|
Reference in New Issue
Block a user