Skip to content

Commit

Permalink
Fix css validator issues with font family name and css grid row value
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeofpurple79 committed Nov 5, 2022
1 parent 0e8f6a4 commit aeeec76
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

body {
font-family: roboto condensed, sans-serif;
font-family: "roboto condensed", sans-serif;
font-weight: 300;
color: #2f4f4f;
background-color: #fafafa;
Expand Down Expand Up @@ -79,7 +79,7 @@ a {
/* hero image overlay text - not overlaid on mobile */
#hero-text {
font-size: 120%;
font-family: roboto condensed, sans-serif;
font-family: "roboto condensed", sans-serif;
text-align: center;
height: 75px;
width: 100%;
Expand Down Expand Up @@ -463,7 +463,7 @@ hr.solid {
border-radius: 8px;
border: 1px solid #ddd;
font-size: 150%;
font-family: roboto condensed, sans-serif;
font-family: "roboto condensed", sans-serif;
height: 100px;
width: 400px;
background-color: rgba(236, 236, 236, 0.5);
Expand Down Expand Up @@ -536,7 +536,7 @@ hr.solid {
border-radius: 8px;
border: 1px solid #ddd;
font-size: 150%;
font-family: roboto condensed, sans-serif;
font-family: "roboto condensed", sans-serif;
height: 100px;
width: 400px;
background-color: rgba(236, 236, 236, 0.5);
Expand All @@ -552,7 +552,7 @@ hr.solid {
.vitamin-wrapper {
display: grid;
grid-template-columns: 500px 500px;
grid-row: auto auto;
grid-row: auto / auto;
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: center;
Expand All @@ -561,7 +561,7 @@ hr.solid {
.vitamin-wrapper-1 {
display: grid;
grid-template-columns: 1000px;
grid-row: auto auto;
grid-row: auto / auto;
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: center;
Expand All @@ -577,7 +577,7 @@ hr.solid {
.vitaminc-wrapper {
display: grid;
grid-template-columns: 1000px;
grid-row: auto auto;
grid-row: auto / auto;
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: center;
Expand All @@ -587,7 +587,7 @@ hr.solid {
.vitamind-wrapper {
display: grid;
grid-template-columns: 1000px;
grid-row: auto auto;
grid-row: auto / auto;
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: center;
Expand Down
Binary file modified assets/images/pexels-anastasia-tooming-11105320.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/pexels-anna-tarazevich-5935416.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/pexels-digital-buggu-171198.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/pexels-engin-akyurt-1435735.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/pexels-garon-piceli-852793.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/pexels-ian-turnell-709567.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/pexels-jane-doan-1092730.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/pexels-lukas-1414134.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/pexels-oleksandr-pidvalnyi-321552.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/pexels-photomix-company-96620.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/pexels-pixabay-327098.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/vitaminception-main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aeeec76

Please sign in to comment.