Posts by Skyirn • 81 points
6 posts
-
2
votes2
answers2449
viewsQ: Not a git Repository (or any of the Parent Directories): . git como resolver?
Good morning, I’m learning to use git and need to check out a branch. I did the clone in git: $ git clone https://[email protected]/teste/teste-site.git Cloning into 'teste-site'... remote:…
-
1
votes1
answer7197
viewsQ: How to download a bitbucket project by git
Good morning! I had never used git or bitbucket, I wanted to know how to check out a project that is in bitbucket. Thank you in advance.
-
3
votes2
answers129
viewsQ: Define css with php according to the browser
This morning I did this question. What I need to know is how can I do something like this: Check whether or not the browser is Safari. If it is, section#internal.services aside ul li a should…
-
0
votes1
answer668
viewsQ: DIV with color division
I wonder how I can make my div with this color division: Thanks in advance.
-
0
votes1
answer686
viewsQ: Implement slider for automatic transition
I took an example of a slider of a question here from the site. I want to know how I can implement it so that it transitions automatically, keeping it by the buttons. Follow the code: function…
-
0
votes2
answers54
viewsQ: Apply css to form only in one domain
Good morning. I have a website that is available in en and en. On this site I have a contact form: <div class="form_cotation"> <header> <p><?php echo lang('request_cotation');…