feat: add persistent OVHcloud logo on bottom-left of every slide
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
12
index.html
12
index.html
@@ -70,9 +70,21 @@
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.ovh-logo-global {
|
||||
position: fixed;
|
||||
bottom: 1em;
|
||||
left: 1em;
|
||||
height: 28px;
|
||||
width: auto;
|
||||
opacity: 0.7;
|
||||
z-index: 50;
|
||||
pointer-events: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<img src="https://cdn.simpleicons.org/ovh/00A9FF" alt="OVHcloud" class="ovh-logo-global">
|
||||
<div class="reveal">
|
||||
<div class="slides">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user