diff --git a/about.html b/about.html index f48be9f8..f295e844 100644 --- a/about.html +++ b/about.html @@ -358,16 +358,16 @@
diff --git a/beyondztm.html b/beyondztm.html index 2dadc6ff..627b87ac 100644 --- a/beyondztm.html +++ b/beyondztm.html @@ -84,10 +84,10 @@
EModern HTML5, CSS3, and JavaScript to build Responsive and Mobile Friendly
If you enjoyed the course like I did, share it so more people can enjoy it!
- - - - + + + +
diff --git a/contributersProfile.html b/contributersProfile.html index 1c579dd2..7c4a2239 100644 --- a/contributersProfile.html +++ b/contributersProfile.html @@ -434,10 +434,10 @@
enjoy it!
- - - - + + + +
- + @@ -58,24 +59,29 @@

- View Courses + View Courses
@@ -307,11 +313,11 @@

The course is constantly being updated with the most recent technologies, f
If you enjoyed the course like I did, share it so more people can enjoy it!
- - - - - + + + + +
@@ -320,21 +326,27 @@

If you enjoyed the course like I did, share it so more people can enjoy it!< - - - - + + + + + + + @@ -342,4 +354,4 @@
If you enjoyed the course like I did, share it so more people can enjoy it!< - + \ No newline at end of file diff --git a/instructor.html b/instructor.html index 4236943d..9e92abb8 100644 --- a/instructor.html +++ b/instructor.html @@ -164,16 +164,16 @@
diff --git a/register.html b/register.html index 9ef930df..2fc0e132 100644 --- a/register.html +++ b/register.html @@ -154,7 +154,7 @@

HTML 5 Registration

> - + @@ -170,16 +170,16 @@
diff --git a/resources/images/laptop-header.jpg b/resources/images/laptop-header.jpg new file mode 100644 index 00000000..75203137 Binary files /dev/null and b/resources/images/laptop-header.jpg differ diff --git a/resources/style/style.css b/resources/style/style.css index f394b2b9..6843197d 100644 --- a/resources/style/style.css +++ b/resources/style/style.css @@ -12,8 +12,8 @@ body { } #course-button:hover { - background-color: yellow; - color: black; + background-color: #007bff; + color: #fff; transform: scale(1.2); } @@ -118,7 +118,7 @@ nav.navbar button.navbar-toggler { /* HEADER SECTION */ .header-container { height: 100vh; - background-image: url("../images/header-bg.jpg"); + background-image: url("../images/laptop-header.jpg"); /* background-position: fixed; background-repeat: no-repeat; background-size: cover; @@ -170,6 +170,7 @@ nav.navbar button.navbar-toggler { .masteryColor{ color: yellow; + font-weight: bold; } .header-content hr {