Olivia

Olivia @olivia

108
0
3
0

Activities

How to Use Bootstrap with Vue.js?

Asked by Olivia ·
What are the steps to setup Bootstrap with Vue.js project?
1
1
4183
1
0
2840

CSS3 Cheat sheet - tags and attributes

Using CSS day-to-day? Whether you’re a super savvy web developer or just someone who wants to learn web development, this CSS cheat sheet should help you out.
Olivia
CSS3 Cheat sheet - tags and attributes
2
0
3591
Olivia

In order to compare two branches easily, you have to use the “git diff” command and provide the branch names separated by dots.

$ git diff branch1..branch2

Using this command, (...)

I suspect you actually want to set the directories to 755 and either leave the files alone or set them to 644. The command can be used to do this find. For instance:

To change (...)

How to set up a 301 Permanent Redirect using .htaccess

Asked by Olivia ·
How to Redirect Old URL to NEW using .htaccess For eg: RedirectPermanent http://www.domain.com/old-file.html to http://www.domain.com/new-file.html
0
1
1714

Frontend Developer roadmap

Step by step guide to becoming a modern frontend developer
Olivia
Frontend Developer roadmap
1
0
7295

Bootstrap v4.5.0 has landed with dozens of bug fixes, some small new features, and some changes to the development process.

What’s New-

Here are the highlights and what’s (...)

Olivia

The HTML <img> tag is used to embed an image in a web page. The <img> tag is empty, it contains attributes only, and does not have a closing tag. Example

<!DOCTYPE
 (...)

To use a META Tag to redirect your site is quite easy. With this, use the http-equiv attribute to provide an HTTP header for the value of the content attribute.

<!DOCTYPE
 (...)