w3School Code Source examples here
USING THE IMAGE CONTAINER CLASS
Change H2 style and para style for font color. – typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Change H2 style and para style for font color. – typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Change H2 style and para style for font color. – typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
SYNTEC HIGHLIGHTER PLUGIN
your code here
your code here
your code here
your code here
CHECK ABOVE ON HOW TO ADD THE PHP JS AND CSS CODE TO THE WEBPAGES WHICH ARE SHOWN AS HIGHLIGHTED CODE SAMPLES
example of Tabs script created by Chat GPT
THIS IS ORIGINAL GRAY BUTTON CODE FOR HOW TO PAY ON TRUSTMEHER.COM
THIS IS MODIFIED BUTTON WITH DIV TAG TO CENTER ALIGN THE BUTTON
THIS IS BEST EXAMPLE TO BE USED
<div style="text-align: center;"> <a href="http://trustmeher.com/howtopay" class="btn btn-warning" style="text-decoration: none; color: white; display: inline-block;" role="button"> <i class="fa fa-bars"></i> UPI PAYMENT ONLINE </a> </div>
Responsive iframe design code
Css posted on simple css plugin
Simple bootstrap button with html, Change font size to increase or decrease the button size?
HOW TO MAKE FIRST LETTER OF PARAGRAPH DROP CAP.
DropCap Example. CSS already copied to custom css etc. Use span class “first-letter” to create drop cap effect for the first letter. The css has a drp shadow around the first letter which is commented because it may looks too much styling.
<span class="first-letter">D</span>ropCap</strong>
HOW TO MAKE AN IMAGE GRASCALE WITH CSS CLASS
Use CSS class=”grayimg” to make an image turn in to grayscale by adding this class to the property. By removing the class to the image src path the image can again become colorful.
<img class="grayimg" src="" alt="Gray Image" width="100%">
Note:
1) Tooltip does not work / JS
2) Popover does not work / JS
2) Tabs code of W3 Boostratp does not work
3) Title text double alignment right and left: https://www.w3docs.com/tools/code-editor/11797
4) Add the CSS * (asterisk) selector to select all the elements of the document. * {
5) A link color css: https://www.w3docs.com/tools/code-editor/1438
6) How to add drop shadow to image (Not Box shadow) : https://www.w3docs.com/snippets/css/how-to-create-a-drop-shadow-for-png-image.html
6) How to convert an image into Grascale image with css: | How to change color to negative and sepia etc with CSS
7) How to create responsive iframe with CSS: https://www.w3docs.com/snippets/css/how-to-create-a-responsive-iframe-with-css.html
8) Pure CSS Full Screen Image Slider: https://www.w3docs.com/snippets/css/how-to-create-fullscreen-image-slider-with-pure-css.html
9) Slider variations: https://www.w3docs.com/snippets/css/how-to-create-an-image-slider-or-slideshow.html
10) Polaride images with CSS without javascript: https://www.w3docs.com/snippets/css/how-to-create-polaroid-image-with-css.html
11) Stacked paper effect with only CSs.: https://www.w3docs.com/snippets/css/how-to-create-stacked-paper-effect.html
12) How to crop and center image with CSs: https://www.w3docs.com/snippets/css/how-to-crop-and-center-an-image-automatically-in-css.html
Transparant text on Image Code from
You may change style to edit font color etc
<div class="parent">
<h2 style="color: white;">
<div class="text">
<p style="color: lightgreen;">
https://www.w3docs.com/snippets/css/how-to-create-an-image-with-transparent-text-using-css.html
You can add Button or Title Primary
Change H2 style and para style for font color. – typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
POLARIDE CARD EXAMPLE
<div class="polaroid" style="width:95%">
<div class="card-header text-muted text-center">
<div class="polaroid-description text-muted">
<div class="card-footer text-muted text-center">
IMAGE BOX SHADOW EXAMPLE
<div class="polaroid" style="width:95%"><img src=""></div>
BUTTON ON IMAGE CENTER EXAMPLE
<div class="btn-container"><img src="https://www.w3schools.com/howto/img_snow.jpg" Title="Button on Image class example"><a href="http://google.com" class="cbtn btn-dark" role="button">Click Here</a></div>
<!-- Button on Image--> <div class="btn-container"> <img src="https://www.w3schools.com/howto/img_snow.jpg" Title="Button on Image class example"><a href="http://google.com" class="cbtn btn-dark" role="button">Click Here</a> </div>
MENU ON IMAGE IS THROUGH WOODY WIDGET BECAUSE THE IMAGE PATH
[wbcr_snippet id=”5315″]
Above Menu on Image is through Woody snippet. You need to create separate Widget for each Insert as the image path is given in the script itself.
SIMPLE GRAY BUTTON MENU WITH HTML
<input type="button" value="Hosting.." style="font-family:verdana;color:#FFFFFF;background-color:#708090;font-size:11px" onclick="document.location.href='http://trustmeher.com/linux-windows-resellers-web-hosting-india';">
[wbcr_html_snippet id=”5038″]
BOOTSTRAP BUTTON EXAMPLES. CAN BE USED ANY WHERE WITHIN BS COMPONENTS
Buttons with FontAwsome icons
<a href="http://google.com" class="btn btn-success" style="text-decoration: none; color: white;" role="button"><i class="fa fa-folder"></i> Success</a>
BOOTSTRAP CARD EXAMPLE
Bootstrap Cards Example Below
https://getbootstrap.com/docs/4.0/components/card/
https://www.w3schools.com/bootstrap4/bootstrap_cards.asp
Card Columns and Card Deck Examples
Some text inside the first card
Some text inside the second card
Some text inside the third card
Some text inside the fourth card
Some text inside the fifth card
Some text inside the sixth card
Some text inside the first card
Some text inside the second card
Some text inside the third card
Some text inside the fourth card
Card Group EXAMPLE below>
Some text inside the first card
Some text inside the second card
Some text inside the third card
Some text inside the fourth card
JUMBOTRON
This is Jumbotron
Bootstrap is the most popular HTML, CSS… https://www.w3schools.com/bootstrap4/bootstrap_jumbotron.asp
Spinners
Collaps or Accordians
This is Bootstrap Navigation Tabs but do not work good as they conflict with theme css
Turn the nav menu into navigation tabs with the .nav nav-tabs class. Add the active class to the active/current link. If you want the tabs to be togglable, see the last example on the tutorial page.