Skip to content

Commit 83d296d

Browse files
committed
add all files for project 2
0 parents  commit 83d296d

13 files changed

+4642
-0
lines changed

css/.DS_Store

6 KB
Binary file not shown.

css/bootstrap-theme.css

Lines changed: 596 additions & 0 deletions
Large diffs are not rendered by default.

css/bootstrap-theme.min.css

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.css

Lines changed: 1505 additions & 0 deletions
Large diffs are not rendered by default.

css/bootstrap.min.css

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/styles.css

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
body {
2+
font-family: 'Lato', sans-serif;
3+
color: #2d3c49;
4+
font-weight: 300;
5+
}
6+
7+
.text-muted {
8+
color: #7d97ad;
9+
}
10+
11+
.text-thin {
12+
font-weight: 100;
13+
}
14+
15+
.title-super {
16+
font-size: 60px;
17+
}
18+
19+
.title-logo {
20+
margin-bottom: 20px;
21+
margin-top: 12px;
22+
}
23+
24+
25+
.top-header {
26+
border-bottom-width: 3px;
27+
border-color: #7d97ad;
28+
border-bottom-style: solid;
29+
}
30+
31+
.main-banner {
32+
padding-top: 30px;
33+
}
34+
35+
@media screen and (max-width: 400px) {
36+
.name {
37+
font-size: 28px;
38+
}
39+
.sub-line {
40+
font-size: 14px;
41+
}
42+
.title-logo {
43+
margin-bottom: 20px;
44+
margin-top: 25px;
45+
}
46+
}
47+
48+
@media screen and (min-width: 401px) and (max-width: 499px) {
49+
.title-logo {
50+
margin-bottom: 20px;
51+
margin-top: 25px;
52+
}
53+
}
54+
55+
@media screen and (min-width: 500px) {
56+
.name {
57+
padding-top: 25px;
58+
}
59+
}

images/alissa-small.jpeg

3.44 KB
Loading

images/alissa.jpeg

5.09 KB
Loading

images/lou-sheep.jpeg

194 KB
Loading

images/movie_screenshot.png

242 KB
Loading

0 commit comments

Comments
 (0)