Skip to content

Commit 76776b0

Browse files
committed
Merge pull request #121 from charlieegan3/gh-pages
Correct CSS 'property: value' spacing.
2 parents 6e4bbec + cd0fe82 commit 76776b0

5 files changed

Lines changed: 120 additions & 120 deletions

File tree

html/lesson2/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body {
3838
}
3939

4040
#main {
41-
width:900px;
41+
width: 900px;
4242
margin: 0 auto 40px;
4343
padding: 0;
4444
}

html/lesson3/styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
body {
22
font-family: Helvetica, Arial, sans-serif;
3-
padding:0;
4-
margin:0;
3+
padding: 0;
4+
margin: 0;
55
line-height: 23px;
66
}
77

@@ -44,7 +44,7 @@ header {
4444
}
4545

4646
.social-media {
47-
list-style:none;
47+
list-style: none;
4848
margin-left: 10px;
4949
padding-left: 20px;
5050
}
@@ -57,7 +57,7 @@ header {
5757

5858
.social-media li a {
5959
color: #4c4066;
60-
text-decoration:none;
60+
text-decoration: none;
6161
text-shadow: 1px 0px #ffffff;
6262
border-left: 7px solid #fdcc38;
6363
padding-left: 10px;
@@ -68,7 +68,7 @@ header {
6868
}
6969

7070
.sidebar b {
71-
margin-left:36px;
71+
margin-left: 36px;
7272
color: #4c4066;
7373
font-size: 19px;
7474
}
@@ -84,7 +84,7 @@ header {
8484
h2 {
8585
color: #4c4066;
8686
font-size: 27px;
87-
margin-top:0;
87+
margin-top: 0;
8888
}
8989

9090

html/lesson4/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
body {
22
font-family: Helvetica, Arial, sans-serif;
3-
padding:0;
4-
margin:0;
3+
padding: 0;
4+
margin: 0;
55
line-height: 23px;
66
}
77

html/lesson6/style.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ body {
1010
header {
1111
border-top-left-radius: 25px;
1212
border-top-right-radius: 25px;
13-
text-align:center;
13+
text-align: center;
1414
height: 60px;
15-
font-style:bold;
15+
font-style: bold;
1616
font-size: 30px;
1717
padding-top: 35px;
1818
vertical-align: middle;
1919
background-color: #FDFDFC;
2020
}
2121

2222
nav {
23-
text-align:center;
23+
text-align: center;
2424
height: 30px;
25-
font-style:bold;
25+
font-style: bold;
2626
color: white;
2727
font-size: 1.5em;
2828
padding-top: 10px;
@@ -42,7 +42,7 @@ article {
4242
section {
4343
padding: 10px;
4444
display: inline-block;
45-
font-style:bold;
45+
font-style: bold;
4646
}
4747

4848
figure {
@@ -63,7 +63,7 @@ aside {
6363
width: 200px;
6464
float: right;
6565
height: 130px;
66-
font-style:bold;
66+
font-style: bold;
6767
color: white;
6868
vertical-align: middle;
6969
border: 1px solid #E7E6E6;
@@ -113,7 +113,7 @@ blockquote {
113113

114114
footer {
115115
height: 60px;
116-
font-style:bold;
116+
font-style: bold;
117117
font-size: 1.2em;
118118
padding-top: 35px;
119119
vertical-align: middle;

0 commit comments

Comments
 (0)