/*
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)
Auto select after redirect to the contact page SELECT JAVASCRIPT
https://domain.my/contact/?startup_package=UltimateImpact <select name="startup_package" class="form-select"...
-
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 < div style = "background-color:#D94A38;width:170px;height:80px;ma...