File tree Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 88 flex-direction : column;
99 justify-content : center;
1010 align-items : center;
11- background : # fee13d ;
11+ background : # fee13d url(.. / img/woman.jpg) no-repeat bottom right ;
1212 height : 100vh ;
1313 min-height : 575px ;
1414 font-family : 'Source Sans Pro' , sans-serif;
15+ font-size : 16px ;
16+ }
17+ @media only screen and (max-width : 1024px ) {
18+ body {
19+ background : # fee13d ;
20+ }
1521}
1622
1723header {
1824 box-sizing : border-box;
1925 flex : 0 1 auto;
20- background-color : # fee13d ;
21- color : white;
2226}
2327
2428section {
2529 width : 100% ;
2630 box-sizing : border-box;
2731 flex : 2 auto;
28- display : flex;
32+ /* display: flex;
2933 flex-direction: column;
3034 justify-content: center;
31- align-items : center;
32- padding-bottom : 150px ;
33- background : url(../ img/woman.jpg) no-repeat bottom right;
35+ align-items: center;*/
3436}
3537
36- footer {
38+ footer {
3739 width : calc ( 100% - 60px );
3840 background-color : # 000000 ;
3941 font-family : Georgia, serif;
@@ -49,7 +51,7 @@ footer{
4951
5052img {
5153 width : 100% ;
52- max-width : 800 px ;
54+ max-width : 500 px ;
5355}
5456h1 , # logo {
5557 text-align : center;
6264
6365.settings {
6466 margin : 0 auto;
65- max-width : 900 px ;
67+ max-width : 600 px ;
6668}
6769
6870.settings > p {
Original file line number Diff line number Diff line change @@ -28,18 +28,17 @@ <h1>Hello everyone. Let's do some interactive coding today! </h1>
2828 </ p >
2929 </ div >
3030</ section >
31-
3231< footer >
33- < ul class =" float-left " >
32+ < ul >
3433 < li class ="twitter ">
35- Twitter: < a href ="https://twitter.com/NodeGirlsSydney " target ="_blank "> @NodeGirlsSydney</ a >
36- < a href ="https://twitter.com/NodeGirlsMelb " target ="_blank "> @NodeGirlsMelb</ a >
34+ Twitter: < a href ="https://twitter.com/NodeGirlsSydney " target ="_blank " rel =" noopener noreferrer " > @NodeGirlsSydney</ a >
35+ < a href ="https://twitter.com/NodeGirlsMelb " target ="_blank " rel =" noopener noreferrer " > @NodeGirlsMelb</ a >
3736 </ li >
38- < li class ="facebook "> Facebook: < a href ="https://www.facebook.com/NodeGirlsAustralia " target ="_blank "> NodeGirlsAustralia</ a > </ li >
37+ < li class ="facebook "> Facebook: < a href ="https://www.facebook.com/NodeGirlsAustralia " target ="_blank " rel =" noopener noreferrer " > NodeGirlsAustralia</ a > </ li >
3938 </ ul >
40- < ul class =" float-right " >
41- < li class ="website "> Website: < a href ="http://nodegirls.com.au " target ="_blank "> nodegirls.com.au</ a > </ li >
42- < li class ="email "> e-mail: < a href ="mailto:info@nodegirls.com.au " target ="_blank "> info@nodegirls.com.au</ a > </ li >
39+ < ul >
40+ < li class ="website "> Website: < a href ="http://nodegirls.com.au " target ="_blank " rel =" noopener noreferrer " > nodegirls.com.au</ a > </ li >
41+ < li class ="email "> e-mail: < a href ="mailto:info@nodegirls.com.au " target ="_blank " rel =" noopener noreferrer " > info@nodegirls.com.au</ a > </ li >
4342 </ ul >
4443</ footer >
4544
You can’t perform that action at this time.
0 commit comments