Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
fxmarty
/
transformers-regressions
like
0
License:
mit
Dataset card
Files
Files and versions
Community
main
transformers-regressions
/
dana
/
third_party
/
bootstrap
/
less
/
mixins
/
center-block.less
Félix Marty
add dana
3f268e5
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
120 Bytes
// Center-align a block level element
.center-block
() {
display
: block;
margin-left
: auto;
margin-right
: auto;
}