UIkit 3 Want To Contribute Section

This UIkit snippet, was created to help web designers, front-end developers and back-end developer save time. Use it in your project and build your app faster, You can also download the HTML, CSS, and JS code.

Build with UIkit 3.15.9 in Contact, update December 27, 2022

  • <!-- UIkit CSS -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css" />
    
    <!-- UIkit JS -->
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script>
    
    <div class="uk-section uk-section-default">
    	<div class="uk-container uk-container-xsmall uk-text-center">
    		<div class="uk-flex-middle- uk-scrollspy-inview uk-animation-slide-bottom" data-uk-scrollspy="cls: uk-animation-slide-bottom; repeat: true">
    			<h2 class="section-title uk-margin-bottom">Want To Contribute?</h2>
    			<p class="uk-text-lead uk-margin-remove-bottom">We are looking for writers from all walks of life to contribute to out blog, if you have something to say get in touch.</p>
    			<a class="uk-button uk-button-large uk-button-primary uk-margin-medium-top uk-margin-small-bottom" href="#">Contact Us</a>
    		</div>
    	</div>
    </div>
  • <!-- CSS -->
  • <!-- JS -->

LEAVE A COMMENT

Your email address will not be published.

Related Snippets