Skip to content

Instantly share code, notes, and snippets.

View AdoraNwodo's full-sized avatar
🏠
Working from home

Adora Nwodo AdoraNwodo

🏠
Working from home
View GitHub Profile
@AdoraNwodo
AdoraNwodo / App.vue
Created March 23, 2019 05:17
Vue Vixens workshop - Building the my pet shop webapp
<template>
<v-app>
<main>
<div class="app-container">
<header class="app-header dark-brown">
<h1>My Pet Store</h1>
</header>
<div class="wrapper">
<div class="panel tall-panel light-mint">
<h2>Pet Products</h2>
@AdoraNwodo
AdoraNwodo / style.css
Last active April 26, 2019 10:31
Vue Vixens workshop - My pet shop webapp styles
<style lang="scss">
@import url("https://fonts.googleapis.com/css?family=Roboto");
/*brown and mint*/
/*dark brown 32292F
light mint 99E1D9
bisque F0F7F4
dark mint 70ABAF
light brown 705D56*/