Skip to content

Commit 90c8f12

Browse files
committed
after everthing else
1 parent 076bdad commit 90c8f12

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1571
-46
lines changed

Diff for: .idea/workspace.xml

+85-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Form-start.zip

13.4 KB
Binary file not shown.

Diff for: Form-start/.DS_Store

6 KB
Binary file not shown.

Diff for: Form-start/css/.DS_Store

6 KB
Binary file not shown.

Diff for: Form-start/css/large.css

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/* 64em is also 1028px (if basefont is 16px) */
2+
@media only screen and (min-width: 64rem) {
3+
4+
header, nav, main, footer {
5+
max-width: 64rem;
6+
margin:auto;
7+
}
8+
9+
/*----------- BODY --------------*/
10+
11+
12+
13+
/*----------- HEADER --------------*/
14+
15+
16+
17+
/*----------- NAVIGATION --------------*/
18+
19+
20+
21+
/*----------- MAIN --------------*/
22+
23+
24+
25+
/*----------- FOOTER --------------*/
26+
27+
} /* end of media query */

Diff for: Form-start/css/medium.css

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/* 35em is also 560px (if basefont is 16px) */
2+
@media only screen and (min-width: 35rem) {
3+
4+
5+
/*----------- BODY --------------*/
6+
7+
8+
9+
/*----------- HEADER --------------*/
10+
11+
12+
13+
/*----------- NAVIGATION --------------*/
14+
nav ul {margin-left: 2%;}
15+
nav ul li {width: auto;}
16+
nav ul li:first-child a {border-left: 1px solid #777;}
17+
nav ul li:last-child a {border-right: 1px solid #777;}
18+
nav ul li a{padding: .5rem 1rem;}
19+
20+
21+
/*----------- MAIN --------------*/
22+
23+
24+
25+
/*----------- FOOTER --------------*/
26+
27+
} /* end of media query */

0 commit comments

Comments
 (0)