mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 04:19:43 +00:00
Add fullscreen end images
This commit is contained in:
@@ -9,3 +9,15 @@ class: title, in-person
|
||||
That's all, folks! <br/> Questions?
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
class: fullpic
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
class: fullpic
|
||||
|
||||

|
||||
|
||||
@@ -112,6 +112,17 @@ div.pic img {
|
||||
max-width: 1210px;
|
||||
max-height: 550px;
|
||||
}
|
||||
div.fullpic p {
|
||||
margin: 0;
|
||||
}
|
||||
div.fullpic {
|
||||
padding: 0;
|
||||
}
|
||||
div.fullpic img {
|
||||
margin: auto;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
div.pic h1, div.pic h2, div.title h1, div.title h2 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user