Social-media-header

Custom Markup for social media headers using HTML & CSS. Customize your header using this template.

Stars
8

About

This repository is used for creating social media headers using the simple, already provided HTML & CSS markup.

Contributions of any kind are welcome. Feel free to push a PR.

Social Headers

Getting Started

  • Fork this repo (button on top)
  • Clone on your local machine
        $ git clone https://github.com/Evavic44/Social-media-header.git
    
  • Change to Social-media-header directory
        $ cd Social-media-header
    
  • Add Upstream
        $ git remote add upstream https://github.com/Evavic44/Social-media-header.git
    
  • Create a new branch
        $ git checkout -b my-new-branch
    
  • Make your changes
  • Commit and push
        $ git add .
    
        $ git commit -m "your-commit-message"
    
        $ git push origin my-new-branch
    
  • Create a new pull request from your forked repository to main branch of Evavic44/Social-media-header.git

If you like the project, give it a star and share with friends!

Happy Creating