diff --git a/assets/index.css b/assets/index.css new file mode 100644 index 0000000..f3640b5 --- /dev/null +++ b/assets/index.css @@ -0,0 +1,24 @@ +body { + margin: 0; + padding: 0; + font-family: 'Lato', sans-serif; + --primary-color: #E76F51; +} +main { + padding: 0 32px; +} + +h1 { + padding-bottom: 1rem; + border-bottom: 3px solid var(--primary-color); +} +strong { + font-weight: bolder; +} +a { + color: var(--primary-color); +} +pre { + background: #EBEBEB; + padding: 1rem; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..f9b973c --- /dev/null +++ b/index.html @@ -0,0 +1,35 @@ + + + + + + Mega Interview Guide + + + + + + + + +
+ +
+ + + \ No newline at end of file