Loading...

Demo (testing Custom Code)

<!--

Postgraduate Certificate in Full Stack Software Development

Master’s Degree
LEARN MORE
--> <!--

Postgraduate Certificate in Full Stack Software Implementation

Master’s Degree
LEARN MORE
-->

Postgraduate Diploma in Software Engineering

Diploma

LEARN MORE

Master of Science in Computing

Master’s Degree
LEARN MORE
<!--

Master in Computer Science

Master’s Degree
LEARN MORE
-->
.slidercontainer{ width: 100%; } .slider1{ border: solid 0.5px #000; padding:2%; height: 400px; border-radius: 20px; } .slidercontainer img{ display: block; margin-right: auto; margin-left: auto; } .slider1 h4{ color: #8a1a4e; text-align: center; font-family: Montserrat; font-size: 28px; font-weight: 800; } .slider1 h5{ color: #8A194F; font-family: Source Sans Pro; font-size: 25px; text-align: center; } .slider1 a{ color: #fff; font-family: Montserrat; font-size: 15px; font-weight: 500; background-color: #8A194F; padding: 10px; display: block; margin-right: auto; margin-left: auto; border-radius: 5px; text-align: center; width: 50%; } $(document).ready(function(){ $('.slidercontainer').slick({ slidesToShow: 3, slidesToScroll: 1, autoplay: true, autoplaySpeed: 2000, }); });