mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 00:31:59 +02:00
Initial work on education page
This commit is contained in:
parent
10ce4c058f
commit
ddf7dd7ca2
4 changed files with 356 additions and 0 deletions
|
@ -83,6 +83,19 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.hp.education {
|
||||
.col.intro {
|
||||
padding-top: 20px;
|
||||
img {
|
||||
@include vendor(transform, scaleX(-1));
|
||||
width: 100px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.intro-text {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.intro-List{
|
||||
@extend %kill-List;
|
||||
|
|
|
@ -1193,6 +1193,28 @@ a.tag:hover {
|
|||
background-image:url(/img/hpgallery-next.png);
|
||||
right: 0;
|
||||
}
|
||||
.section.instructor-quotes {
|
||||
background: #971D31;
|
||||
|
||||
h2, h3, p {
|
||||
color: #fff;
|
||||
text-align: left;
|
||||
}
|
||||
h2 {
|
||||
margin-left: 20px;
|
||||
}
|
||||
p {
|
||||
font-size: 1em;
|
||||
font-style: italic;
|
||||
margin-right: 30px;
|
||||
margin-top: 20px;
|
||||
clear: both;
|
||||
}
|
||||
.image {
|
||||
float: left;
|
||||
margin-right: 22px;
|
||||
}
|
||||
}
|
||||
.section.features {
|
||||
background: #4F7E89;
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue