bootstrap, 未分類

参考:https://gist.github.com/donnierayjones/6fd9802d992b2d8d6cfd

/* ==================================print========= ...

bootstrap, 未分類

http://webnetamemo.com/coding/bootstrap/201506206#txt06

bootstrap, 未分類

http://getbootstrap.com/examples/sticky-footer/

bootstrap, 未分類

/* .row の左右のネガティブマージンを0にする */.row-nopadding { margin-left: 0; margin-right: 0;}/* .row-nopadding の中にあるカラムの左右のパディングを0にする ...

bootstrap, 未分類

base.scss

@charset "utf-8";@import "bootstrap";

style.scss

@charset "utf-8";@im ...

bootstrap, 未分類

PC

non-responsive.css

.container { width: 970px; max-width: none !important;}SP

non-responsive.css

.container ...

bootstrap, 未分類

p{@media (max-width: $screen-xs-max) {color:red;}@media (min-width: $screen-sm-min) {color:gold;}@media (min-width: $scr ...

bootstrap, wordpress, 未分類

_utilities.scssに以下記載。

.pull-right, .alignright{ float: right !important; margin-bottom: 1em; margin-left: 1em;}.pu ...

PAGE TOP