Posts by Felipe Braz • 33 points
4 posts
-
0
votes1
answer53
viewsQ: URL with "app" instead of "www"
Some web applications such as CRM’s (https://app.hubspot.com/ - https://app.moskitcrm.com/), start the url with "app" instead of "www". I would like to know if these are applications that are…
-
1
votes1
answer2561
viewsA: Fixed menu bootstrap
You were right to put your logo on a different div than the menu div. What you should do is give this div a class (for example <div class="menu-com-logo">) once the scroll has reached a…
bootstrapanswered Felipe Braz 33 -
0
votes1
answer39
viewsA: How to activate certain CSS from certain scrolling?
With CSS and jQuery you can do this effect. This issue was resolved on the following link: CSS animation of input and output element when scrolling on page It also discussed how to input and output…
-
1
votes1
answer1466
viewsQ: HTML page with two languages
Hello, I am beginner in the world of web development and would like help to realize the design of a small project I am studying. The project should contain only one page and I would like to know the…