Bootstrap 4 Grid System Bootstrap’s grid system is built with flexbox and allows up to 12 columns across the page. If you do not want to use all 12 columns individually, you can group the columns together to create wider columns: Grid Classes The Bootstrap 4 grid system has five classes: .col- (extra small devices…
Other utilities, such as borders and colors, are also often used together with containers : Example Responsive Containers You can also use the .container-sm|md|lg|xl classes to create responsive containers. The max-width of the container will change on different screen sizes/viewports: Class Extra small<576px Small≥576px Medium≥768px Large≥992px Extra large≥1200px .container-sm 100% 540px 720px 960px 1140px .container-md…
‘rem’ stands for ‘root-element’ size Bootstrap 4 uses a default font-size of 16px, and its line-height is 1.5. The default font-family is “Helvetica Neue”, Helvetica, Arial, sans-serif. In addition, all <p> elements have margin-top: 0 and margin-bottom: 1rem (16px by default). Containers There are 2 types of Containers container : class provides a responsive fixed…
Good starting point is this tutorial in W3Schools First of all create a blank HTML document Dont Forget to make if mobile oriented by adding the following meta tag in head tag Easiest way is to begin with CDN Container Example
https://stackoverflow.com/questions/5335833/wordpress-wp-signon-function-not-working/ wp_signon() needs to run before you’ve sent any of your actual page to the browser. This is because part of what wp_signon() does is to set your authentication cookies. It does this by outputting a “Set-Cookie: …” header — if you look at line 690 of pluggable.php (wp-includes\pluggable.php), where your error comes from, you’ll…
https://ubuntu.com/tutorials/install-ubuntu-desktop Install in a desktop having another OS
down load from https://wordpress.org/plugins/syntaxhighlighter/ for details check https://alex.blog/wordpress-plugins/syntaxhighlighter/ Step1 Step 2
Step 1: edit wp-config.php Step 2 edit urls in wp_options table Step 3 edit ,htaccess
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!