Simulateur revenus #34
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: 'Simulateur de revenus'
|
||||
permalink: '/simulateur/index.html'
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
|
||||
<div class="iframe-container">
|
||||
<iframe
|
||||
id="inlineFrameExample"
|
||||
class="responsive-iframe"
|
||||
title="Exemple de cadre intégré"
|
||||
src="https://simulateur.astrolabe.coop">
|
||||
</iframe>
|
||||
</div>
|
||||
@@ -0,0 +1,17 @@
|
||||
.iframe-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
padding-top: 56.25%;
|
||||
|
||||
iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
@@ -17,6 +17,7 @@
|
||||
@use 'components/gouvernance';
|
||||
@use 'components/heading-permalink';
|
||||
@use 'components/intro';
|
||||
@use 'components/iframe';
|
||||
@use 'components/nav';
|
||||
@use 'components/posts';
|
||||
@use 'components/post';
|
||||
|
||||
Reference in New Issue
Block a user