Skip to content

Commit 6076493

Browse files
committed
Restored deleted styles and finalized assignment
1 parent 41df708 commit 6076493

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

lesson_01/khaylasaunders/stylesheet.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1+
12
body {
2-
width: 95%
3-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
4-
margin: 10px;
5-
padding: 10px;
6-
border: 1px solid rgb(214,214,214);
7-
border-radius: 8px;
3+
width: 95%;
4+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
5+
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
6+
margin: 10px;
87
}
98

10-
119
h1 strong {
1210
border-bottom: 1px solid rgb(214,214,214);
1311
width: 100%;
@@ -69,6 +67,6 @@ blockquote span{
6967
margin: 24px 0 16px;
7068
}
7169
img{
72-
height: 605px:
70+
height: 605px;
7371
}
7472

0 commit comments

Comments
 (0)