Skip to content
Snippets Groups Projects
Commit 6df30a28 authored by Bodor Máté's avatar Bodor Máté
Browse files

v0.14

parent 1d44d331
No related branches found
No related tags found
No related merge requests found
.half {
width: 49%;
}
.left {
float: left;
}
.right {
float: right;
}
.reveal pre code {
max-height: 500px;
margin-right: -25px;
margin-left: -25px;
}
h3#import-this + pre {
font-size: 18px;
line-height: 1;
}
\ No newline at end of file
...@@ -165,23 +165,6 @@ Note: ...@@ -165,23 +165,6 @@ Note:
pip install flake8 pip install flake8
``` ```
---
### Flake8
- linter
- segít jobb kódot írni:
- syntax error
- typo
- rossz formázás
- pep8
Note:
pep8:
- Style Guide
- átlátható
- egységes
- kevesebb merge conflict
--- ---
...@@ -219,6 +202,24 @@ source venv\bin\activate ...@@ -219,6 +202,24 @@ source venv\bin\activate
--- ---
### Flake8
- linter
- segít jobb kódot írni:
- syntax error
- typo
- rossz formázás
- pep8
Note:
pep8:
- Style Guide
- átlátható
- egységes
- kevesebb merge conflict
---
### Hello World ### Hello World
+++ +++
......
theme-override : PITCHME.css
code-line-numbers : true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment