update css

This commit is contained in:
2023-06-11 13:46:47 +03:00
parent 366fa4c824
commit 169c02592a
6 changed files with 29 additions and 3 deletions

View File

@@ -74,7 +74,9 @@ We empower self-sovereignty and autonomy.
<!-- section 3 -->
{% row(style="center margin" bgPath="checkerboard1.jpg") %}
<div class="bgtest">
{% row(style="center margin") %}
![Image](KDS.png#mx-auto)
@@ -87,6 +89,7 @@ We empower self-sovereignty and autonomy.
{% end %}
</div>
<!-- section 4-->
@@ -118,7 +121,9 @@ Equality, diversity, and inclusion are key to our vision of an Internet for ever
<!-- section 5 -->
{% row(style="center margin" bgPath="checkerboard2.jpg") %}
<div class="bgtest2">
{% row(style="center margin") %}
## Our Community is United by
### **Passion and Purpose**
@@ -130,6 +135,7 @@ Our mission is to realize the vision of a decentralized, self-sovereign digital
{% end %}
</div>
<!-- section 6 -->
@@ -138,4 +144,24 @@ Our mission is to realize the vision of a decentralized, self-sovereign digital
### <i>**"Never doubt that a small group of thoughtful, committed citizens <br> can change the world; indeed, it's the only thing that ever has."**</i>
### - Margaret Mead
{% end %}
{% end %}
<style>
.bgtest{
background-image: url("about/checkerboard.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bgtest2{
background-image: url("about/checker4.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>