diff options
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | style.css | 23 |
2 files changed, 4 insertions, 22 deletions
@@ -14,7 +14,8 @@ <div class="info"> <h1>Joanna Lemon Learning</h1> <p> - Welcome to my gallery of creativity. Here you'll find a collection of my latest works, from paintings to pottery, all lovingly crafted by hand. + Welcome to my gallery of creativity. + Here you'll find a collection of my latest works, from paintings to pottery, all lovingly crafted by hand. </p> </div> <div> @@ -38,19 +38,6 @@ body { border-radius: 5px; } -/* .left-section { */ -/* background: white; */ -/* /1* background: rgb(h24, 221, 217, 0.27); *1/ */ -/* padding-left: 50px; */ -/* padding-top: 20px; */ -/* padding-bottom: 50px; */ -/* border: 0px solid; */ -/* border-color: lightgray; */ -/* border-radius: 5px; */ -/* margin-bottom: 10px; */ -/* margin-left: 20px; */ -/* } */ - .cell p { color: rgb(37, 95, 140, 0.8); font-size: 1.2rem; @@ -61,7 +48,6 @@ q { display: inline; } - q:before { content: open-quote; } @@ -107,12 +93,6 @@ img { } -.inner { - display: grid; - grid-template-columns: 1fr 1fr; -} - - a { font-size: inherit; color: #394f49; @@ -134,7 +114,7 @@ header { .inner-header { display: grid; - grid-template-columns: 1fr 1fr 1fr; + grid-template-columns: 1fr 2fr 1fr; gap: 10px; margin-bottom: 20px; } @@ -148,6 +128,7 @@ header { .info p { font-size: 1.1rem; + padding: 10px; } |