diff --git a/index.html b/index.html index 3fa2a50..bdc499f 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ -

+

Photo caption lorem ipsum dolor sit amet, consectetur adipiscing elit.

diff --git a/styles.css b/styles.css index 887159a..b3524e2 100644 --- a/styles.css +++ b/styles.css @@ -44,6 +44,10 @@ body { font-family: 'Times New Roman', Times, serif; } +.photo-caption { + font-size: 0.9em; +} + .article-text { font-size: 1.2em; } @@ -73,6 +77,10 @@ body { overflow-x: hidden; } + .headline { + font-size: 2em; + } + .article { display: flex; flex-wrap: wrap;