mirror of
https://github.com/jcreek/AssessmentAnalyser.git
synced 2026-07-12 18:33:47 +00:00
Core files with basic layout set up
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
body {
|
||||
padding-top: 70px;
|
||||
margin-bottom: 60px; /* Margin bottom by footer height */
|
||||
}
|
||||
|
||||
#greeting {
|
||||
background-color: #F8F8F8;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 24px;
|
||||
margin: 15px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
width: 100%;
|
||||
height: 60px; /* Set the fixed height of the footer here */
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.footer .container {
|
||||
width: auto;
|
||||
max-width: 680px;
|
||||
padding: 0 15px;
|
||||
text-align: center;
|
||||
}
|
||||
.footer .container .text-muted {
|
||||
margin: 20px 0;
|
||||
}
|
||||
Reference in New Issue
Block a user