File tree 11 files changed +127
-9
lines changed
11 files changed +127
-9
lines changed Original file line number Diff line number Diff line change 116
116
.body img {
117
117
width : 100% ;
118
118
}
119
- .body a {
119
+ /* .body a {
120
120
color: #78c272;
121
- }
121
+ }*/
122
122
.body li {
123
123
line-height : 24px ;
124
124
}
134
134
# submission-content p , # submission-content li {
135
135
line-height : 24px ;
136
136
opacity : 0.75 ;
137
+ }
138
+
139
+ .program {
140
+ color : # 6392c0 ;
141
+ }
142
+
143
+ .design {
144
+ color : # 78c272 ;
137
145
}
Original file line number Diff line number Diff line change 40
40
<!-- Use UL LI Tags for each lists -->
41
41
<!-- Use P Tags with "caption" class for paragraph captions (60% opacity) -->
42
42
<!-- Use IMG Tags for assets/images -->
43
- < p > Programming: < a href ="sp15/wk2-programming/instructions.html "> More HTML Fun</ a > </ p >
44
- < p > Design: < a href ="sp15/wk2-design/instructions.html "> Design Cycle</ a > </ p >
45
- <!--<div class = "body-header">Previous Programming</div>
46
- <a href=""></a>
47
-
48
- </p>
49
- <div class = "body-header">Previous Design</div>-->
43
+ < p > Programming: < a class ="design " href ="sp15/wk3-programming/instructions.html "> CSS Box Model</ a > </ p >
44
+ < p > Design: < a class ="design " href ="sp15/wk3-design/instructions.html "> NAME HERE</ a > </ p >
50
45
46
+ < br > < br >
47
+ < div class ="body-header program "> Programming Archive</ div >
48
+ < p > Week 2: < a class ="program " href ="sp15/wk2-programming/instructions.html "> More HTML Fun</ a > </ p >
49
+
50
+ < br > < br >
51
+ < div class ="body-header "> Previous Design</ div >
52
+ < p > Week 2: < a class ="design " href ="sp15/wk2-design/instructions.html "> Design Cycle</ a > </ p >
51
53
< br >
52
54
</ div >
53
55
</ div >
Original file line number Diff line number Diff line change 40
40
position : relative;
41
41
padding : 30px 0px ;
42
42
}
43
+ # header-back {
44
+ background : # 78c272 ;
45
+ display : inline-block;
46
+ height : 43px ;
47
+ margin-right : -2px ;
48
+ padding : 15px ;
49
+ width : 20px ;
50
+ }
43
51
# header {
44
52
background : # 78c272 ;
53
+ display : inline-block;
45
54
padding : 15px ;
46
55
color : white;
47
56
width : 270px ;
48
57
}
58
+ # header-img {
59
+ opacity : .8 ;
60
+ position : absolute;
61
+ top : 55px ;
62
+ transition : 0.2s ;
63
+ width : 20px ;
64
+ }
65
+ # header-img : hover {
66
+ opacity : 1 ;
67
+ }
49
68
# header-caption-logo {
50
69
width : 20px ;
51
70
float : left;
Original file line number Diff line number Diff line change 6
6
</ head >
7
7
< body >
8
8
< div id ="container ">
9
+ < a href ="../../index.html ">
10
+ < div id ="header-back "> < img id ="header-img " src ="assets/images/home.svg ">
11
+ </ div >
12
+ </ a >
9
13
< div id ="header ">
10
14
< div id ="header-caption ">
11
15
< div id ="header-caption-logo "> < img class ="img-scaled " src ="assets/images/logo.png " /> </ div >
Original file line number Diff line number Diff line change 40
40
position : relative;
41
41
padding : 30px 0px ;
42
42
}
43
+ # header-back {
44
+ background : # 78c272 ;
45
+ display : inline-block;
46
+ height : 43px ;
47
+ margin-right : -2px ;
48
+ padding : 15px ;
49
+ width : 20px ;
50
+ }
43
51
# header {
44
52
background : # 78c272 ;
53
+ display : inline-block;
45
54
padding : 15px ;
46
55
color : white;
47
56
width : 270px ;
48
57
}
58
+ # header-img {
59
+ opacity : .8 ;
60
+ position : absolute;
61
+ top : 55px ;
62
+ transition : 0.2s ;
63
+ width : 20px ;
64
+ }
65
+ # header-img : hover {
66
+ opacity : 1 ;
67
+ }
49
68
# header-caption-logo {
50
69
width : 20px ;
51
70
float : left;
Original file line number Diff line number Diff line change 6
6
</ head >
7
7
< body >
8
8
< div id ="container ">
9
+ < a href ="../../index.html ">
10
+ < div id ="header-back "> < img id ="header-img " src ="assets/images/home.svg ">
11
+ </ div >
12
+ </ a >
9
13
< div id ="header ">
10
14
< div id ="header-caption ">
11
15
< div id ="header-caption-logo "> < img class ="img-scaled " src ="assets/images/logo.png " /> </ div >
Original file line number Diff line number Diff line change 40
40
position : relative;
41
41
padding : 30px 0px ;
42
42
}
43
+ # header-back {
44
+ background : # 78c272 ;
45
+ display : inline-block;
46
+ height : 43px ;
47
+ margin-right : -2px ;
48
+ padding : 15px ;
49
+ width : 20px ;
50
+ }
43
51
# header {
44
52
background : # 78c272 ;
53
+ display : inline-block;
45
54
padding : 15px ;
46
55
color : white;
47
56
width : 270px ;
48
57
}
58
+ # header-img {
59
+ opacity : .8 ;
60
+ position : absolute;
61
+ top : 55px ;
62
+ transition : 0.2s ;
63
+ width : 20px ;
64
+ }
65
+ # header-img : hover {
66
+ opacity : 1 ;
67
+ }
49
68
# header-caption-logo {
50
69
width : 20px ;
51
70
float : left;
Original file line number Diff line number Diff line change 6
6
</ head >
7
7
< body >
8
8
< div id ="container ">
9
+ < a href ="../../index.html ">
10
+ < div id ="header-back "> < img id ="header-img " src ="assets/images/home.svg ">
11
+ </ div >
12
+ </ a >
9
13
< div id ="header ">
10
14
< div id ="header-caption ">
11
15
< div id ="header-caption-logo "> < img class ="img-scaled " src ="assets/images/logo.png " /> </ div >
You can’t perform that action at this time.
0 commit comments