Add top menu to home page
parent
678f3b9d19
commit
da51c98c74
|
@ -139,6 +139,10 @@ section a:hover, section a:focus {
|
||||||
margin: 30px;
|
margin: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lessmargin {
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.centercontainer {
|
.centercontainer {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -179,6 +183,10 @@ section a:hover, section a:focus {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.third {
|
||||||
|
width: 30%;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1000px) {
|
@media screen and (min-width: 1000px) {
|
||||||
.top {
|
.top {
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
|
@ -251,6 +259,15 @@ section a:hover, section a:focus {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 500px) {
|
||||||
|
.smallcolumn {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.third {
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 370px) {
|
@media screen and (max-width: 370px) {
|
||||||
header {
|
header {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
|
@ -29,6 +29,26 @@
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article>
|
||||||
|
<div class="flex smallcolumn">
|
||||||
|
<section class="iblock center third extrapadding lessmargin">
|
||||||
|
<img src="assets/img/breadicon.png" class="round third"/>
|
||||||
|
<h1>Projects</h1>
|
||||||
|
<span>Food Bank, Financial Aid, Orphanage, Homeless Shelter</span><br />
|
||||||
|
<a href="projects">Read more</a>
|
||||||
|
</section>
|
||||||
|
<section class="iblock center third extrapadding lessmargin">
|
||||||
|
<img src="assets/img/calendar.png" class="round third" />
|
||||||
|
<h1>Calendar</h1>
|
||||||
|
<span>See upcoming blood drives, volunteer days, and more!</span><br />
|
||||||
|
<a href="calendar">See events</a>
|
||||||
|
</section>
|
||||||
|
<section class="iblock center third extrapadding lessmargin">
|
||||||
|
<img src="assets/img/cart.png" class="round third" />
|
||||||
|
<h1>Shop</h1>
|
||||||
|
<span>Help support The Chereb Foundation with a donation!</span><br />
|
||||||
|
<a href="shop">Visit shop</a>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
<section class="center extrapadding">
|
<section class="center extrapadding">
|
||||||
<h1>Help The Cherub Foundation</h1><br />
|
<h1>Help The Cherub Foundation</h1><br />
|
||||||
<span>You can help The Cherub Foundation today in many ways. The list below gives some suggestions on how to help us.</span><br />
|
<span>You can help The Cherub Foundation today in many ways. The list below gives some suggestions on how to help us.</span><br />
|
||||||
|
|
Loading…
Reference in New Issue