Skip to content

Commit

Permalink
adds customs css from Rui
Browse files Browse the repository at this point in the history
  • Loading branch information
Czarnewski committed Oct 16, 2020
1 parent 0541dde commit 2d2cb4f
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@

/* Images side by side */
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column3 {
float: left;
width: 33.33%;
padding: 5px;
}

.column2 {
float: left;
width: 50%;
padding: 5px;
}

.column4{
float:left;
width: 25%;
padding: 5px;
}


/* Clear floats after image containers */
.row::after {
content: "";
clear: both;
display: table;
}

/* Images side by side */
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column3 {
float: left;
width: 33.33%;
padding: 5px;
}

.column2 {
float: left;
width: 50%;
padding: 5px;
}

.column4{
float:left;
width: 25%;
padding: 5px;
}


/* Clear floats after image containers */
.row::after {
content: "";
clear: both;
display: table;
}

0 comments on commit 2d2cb4f

Please sign in to comment.