/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
min-height: 100% !important;
height: 100% !important;
}
@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
position: fixed !important; } }
.et_mobile_menu {
overflow: scroll !important;
max-height: 83vh;
}
All muhaza's note in developing website. Front-end & uiux method. Real life implementation for webdesigner.
Monday, 14 August 2017
Wednesday, 2 August 2017
INSTALL IONIC ON WINDOWS
- http://ionicframework.com/
docs/v1/guide/installation. html - http://git-scm.com/download/win
- http://nodejs.org/
- $ npm install -g ionic [ installing ionic ]
- $ ionic start todo blank --type ionic1 [ start blank project ]
- $ cd [ find location of your save project ]
- $ ionic serve [ opening for local host ]
- install visual studio to sync with ionic
https://cygwin.com/install.html <-- malik was using this when i facing problem to install ionic for the second time on windows.
Subscribe to:
Posts (Atom)
email mailto: pretext
<a href="mailto:designoutsourced.com+info@gmail.com?subject=Maklumat%20lanjut%20pakej&body=Hai,%20saya%20berminat%20tahu%20lebi...
-
Looking at vue-cli repository I see two different ways of scaffolding vue projects. The v3 (beta) version, installed as npm install ...
-
component need at least this 3 component file 1. customers.component.ts import { Component , OnInit } from '@angular/core...