Commit 4ddcd448 by Muhammad Usman

login link

parent fef3acd3
Pipeline #232 passed with stage
in 0 seconds
...@@ -9,7 +9,11 @@ $course_categories = get_terms( array( ...@@ -9,7 +9,11 @@ $course_categories = get_terms( array(
?> ?>
<div class="bootstrap-iso"> <div class="bootstrap-iso">
<div class="e-learning-banner" style="background-image: url(<?php echo get_the_post_thumbnail_url($page); ?>)"> <div class="e-learning-banner" style="position: relative; background-image: url(<?php echo get_the_post_thumbnail_url($page); ?>)">
<a href="https://www.learn.apexgloballearning.com/" class="" style="position: absolute; top: 5%; right: 9%;">
<img style="width: 80%;" src="<?php echo plugin_dir_url(__FILE__); ?>imgaes/E-learning-login.png" alt="">
</a>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="e-learning-heading"> <div class="e-learning-heading">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment