mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-30 00:29:55 +02:00
Add page layout
Include example page
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
.interior-site-content{
|
||||
.pad;
|
||||
}
|
||||
.top{
|
||||
background: #333;
|
||||
display: inline-block;
|
||||
|
@@ -3,7 +3,7 @@
|
||||
z-index: 1;
|
||||
text-align: center;
|
||||
}
|
||||
h1.site-title{
|
||||
.site-title{
|
||||
.mbn;
|
||||
font-family: 'Alfa Slab One';
|
||||
font-size: @baseline * 4;
|
||||
@@ -25,3 +25,18 @@ h1.site-title{
|
||||
.fork-me{
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.interior-site-header{
|
||||
background: #EEE;
|
||||
.inner-shadow(fade(#000, 7%) 0 0 40px);
|
||||
.pas;
|
||||
text-align: center;
|
||||
|
||||
.site-title{
|
||||
font-size: @baseline * 2;
|
||||
line-height: @baseline * 2 !important;
|
||||
}
|
||||
.site-slogan{
|
||||
.mbs;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user