This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git remote add origin https://github.com/dmsch/XXXXXXXXXXX.git | |
git push -u origin master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Created by @kovaldn */ | |
.clearfix:before, | |
.clearfix:after { | |
content: " "; /* 1 */ | |
display: table; /* 2 */ | |
} | |
.clearfix:after { | |
clear: both; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Created by @kovaldn */ | |
var gulp = require("gulp"), | |
browserSync = require('browser-sync'); | |
// Сервер | |
gulp.task('server', function () { | |
browserSync({ | |
port: 9000, | |
server: { | |
baseDir: 'app' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Created by @kovaldn --> | |
<div class="wrapper"> | |
<div class="main-content"> | |
</div> | |
</div> | |
<footer class="page-footer"> | |
</footer> | |
/* прибьём футер к низу*/ |