Skip to content

Instantly share code, notes, and snippets.

View AkashShivanand's full-sized avatar

Akash Kumar AkashShivanand

View GitHub Profile
@AkashShivanand
AkashShivanand / m3-buttons.md
Last active July 13, 2022 05:33
m3-buttons
@AkashShivanand
AkashShivanand / a-rotating-cube.markdown
Last active September 10, 2018 05:45
Rotating Cube
@AkashShivanand
AkashShivanand / transparent-jumbotron.html
Last active March 1, 2018 06:00
Create Transparent Jumbotron with Bootstrap V.4.0.0
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="How to create Transparent Jumbotron with Bootstrap V.4.0.0">
<meta name="author" content="akashshivanand.com">
<title>Transparent Jumbotron with Bootstrap V.4.0.0</title>
<!-- Bootstrap core CSS -->
@AkashShivanand
AkashShivanand / media-query.css
Created November 6, 2017 06:02
CSS Media Queries for Desktop, Tablet, Mobile Devices
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS