mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-17 22:36:52 +00:00
📃 Add half-column style
This commit is contained in:
@@ -221,3 +221,10 @@ td {
|
||||
padding: 0.1em 0.5em;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
/* Use this to layout a slide in two columns */
|
||||
.column-half {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user