Skip to content
Snippets Groups Projects
Verified Commit 1f2bdb8a authored by David Beniamine's avatar David Beniamine
Browse files

centered class

parent f5ed6c7b
Branches
No related tags found
No related merge requests found
...@@ -130,3 +130,14 @@ a, a img { ...@@ -130,3 +130,14 @@ a, a img {
-moz-transition: opacity .2s, color .2s; -moz-transition: opacity .2s, color .2s;
transition: opacity .2s, color .2s; transition: opacity .2s, color .2s;
} }
img.center{
display: block;
margin: auto;
width: 50%;
}
.center{
margin: auto;
width: 50%;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment