Skip to content

Commit 0a6ba9a

Browse files
author
Redwan Sharafat Kabir
committed
Add project files.
1 parent dcd0788 commit 0a6ba9a

15 files changed

+25007
-0
lines changed

HTML5 and CSS/Content/Site.css

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
/* Move down content because we have a fixed navbar that is 50px tall */
2+
body {
3+
padding-top: 50px;
4+
padding-bottom: 20px;
5+
}
6+
7+
/* Wrapping element */
8+
/* Set some basic padding to keep content from hitting the edges */
9+
.body-content {
10+
padding-left: 15px;
11+
padding-right: 15px;
12+
}
13+
14+
/* Set widths on the form inputs since otherwise they're 100% wide */
15+
input,
16+
select,
17+
textarea {
18+
max-width: 280px;
19+
}
20+
21+
22+
/* Responsive: Portrait tablets and up */
23+
@media screen and (min-width: 768px) {
24+
.jumbotron {
25+
margin-top: 20px;
26+
}
27+
28+
.body-content {
29+
padding: 0;
30+
}
31+
}

0 commit comments

Comments
 (0)