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

odd/even pictures

parent c387655d
No related branches found
No related tags found
No related merge requests found
...@@ -137,6 +137,22 @@ img.center{ ...@@ -137,6 +137,22 @@ img.center{
width: 50%; width: 50%;
} }
img.picture{
width: 30%;
}
.odd{
float:left;
}
.even{
float:right;
}
.clearfix {
overflow: auto;
}
.center{ .center{
margin: auto; margin: auto;
width: 50%; width: 50%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment