A
A
AntonGre4ka2019-12-06 02:56:37
JavaScript
AntonGre4ka, 2019-12-06 02:56:37

Is it possible to do web development on a tablet?

Sap to all
---
Being at the learning stage, the thought stuck in my head, is it really possible to do web development on a tablet?
After all, there is vs online (current xs is it possible to do something serious there) and figma. All you have to do is buy a keyboard, a mouse and that's it! You become unattached to a place.
---
Or is it all only real in dreams?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel, 2018-12-29
@partyzanx

1) well, you need to reverse it, now it’s planned like that
2) here you need to add it under all menu items or make a general one, and write it down under separate ones like this

.nav__link:nth-child(1) {
  transition-delay: 0.05s;
}
.nav__link:nth-child(2) {
  transition-delay: 0.1s;
}
.nav__link:nth-child(3) {
  transition-delay: 0.15s;
}
.nav__link:nth-child(4) {
  transition-delay: 0.2s;
}

3) we take the entire html menu code into a .wrap wrapper and add some js code
https://jsfiddle.net/vxuLzya2/

F
FeNUMe, 2019-12-06
@AntonGre4ka

Certainly real, but definitely not effective. This is more of an option to make some changes to the project while you are lying on the beach on vacation than a tool for permanent work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question