This commit is contained in:
parent
b824370a43
commit
ed9260ca66
@ -26,9 +26,9 @@
|
|||||||
|
|
||||||
.hex-container img:nth-child(odd) {
|
.hex-container img:nth-child(odd) {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.hex-container::before {
|
.hex-container::before {
|
||||||
content: "";
|
content: "";
|
||||||
width: calc(var(--s)/2 + var(--m));
|
width: calc(var(--s)/2 + var(--m));
|
||||||
float: left;
|
float: left;
|
||||||
height: 120%;
|
height: 120%;
|
||||||
@ -38,3 +38,4 @@ content: "";
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12">
|
<div class="col s4 center">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-image">
|
<div class="card-image">
|
||||||
<img class="img-responsive" src="https://static.vdk2ch.ru/test-public/sin.jpg" height="400px" width="320px">
|
<img class="img-responsive" src="https://static.vdk2ch.ru/test-public/sin.jpg" height="400px" width="320px">
|
||||||
@ -25,7 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<style>
|
<style>
|
||||||
#multi-bg{
|
#multi-bg{
|
||||||
height: 300px;
|
height: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
background-color: #808;
|
background-color: #808;
|
||||||
background-image:
|
background-image:
|
||||||
|
Loading…
Reference in New Issue
Block a user