Skip to content

Instantly share code, notes, and snippets.

View haithamsboui's full-sized avatar

Haitham sboui haithamsboui

View GitHub Profile
@haithamsboui
haithamsboui / CSS Floating buttons with container
Created April 29, 2017 19:55
CSS Floating buttons with container
CSS :
.btn-floating-container {
right: 50px;
bottom: 50px;
position: fixed;
}
.btn-floating {
width: 50px;
height: 50px;