- Create a .gitignore file in the git repository if it does not contain one
touch .gitignore
- Open up the .gitignore and add the following line to the file
**/node_modules
body { | |
background-image: url('https://doggo.ninja/ey2BHD.jpg') | |
} | |
section:hover { | |
background-color: yellow; | |
cursor: crosshair; | |
} | |
article { | |
transition: transform 0.5s; |
body { | |
background-image: url('https://doggo.ninja/ey2BHD.jpg') | |
} | |
section:hover { | |
background-color: yellow; | |
cursor: crosshair; | |
} | |
article { | |
transition: transform 0.5s; |