Skip to content

Instantly share code, notes, and snippets.

View pniedzwiedzinski's full-sized avatar
📆
Liczę matmę

Patryk Niedźwiedziński pniedzwiedzinski

📆
Liczę matmę
View GitHub Profile
@pniedzwiedzinski
pniedzwiedzinski / bootstrap-badge-outline.css
Last active April 12, 2023 11:44
Outline badges in bootstrap
.badge-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff;
border: 1px solid;
}
.badge-outline-secondary {
color: #6c757d;
@PurpleBooth
PurpleBooth / README-Template.md
Last active May 28, 2024 08:25
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites