video
This commit is contained in:
parent
7853cb5648
commit
c1c2f52616
@ -59,9 +59,11 @@ class Main extends Component {
|
|||||||
<input type="checkbox" class="form-check-input" id="souhlas" />
|
<input type="checkbox" class="form-check-input" id="souhlas" />
|
||||||
<label class="form-check-label" for="souhlas">Souhlas se zpracováním osobních údajů</label>
|
<label class="form-check-label" for="souhlas">Souhlas se zpracováním osobních údajů</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="submit" class="btn btn-primary">Odeslat</button>
|
<button type="submit" class="btn btn-primary">Odeslat</button>
|
||||||
</form>
|
</form>
|
||||||
|
<div class="container video">
|
||||||
|
<iframe width="100%" height="1000px" src="https://www.youtube.com/embed/-_Uu4rMb3n8?si=3AeWqw319fPrSTse" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
</div>;
|
</div>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,3 +9,7 @@
|
|||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video{
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user