Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Building Money Sites the Fast and Furious Way
#4
What and Why W3.CSS

W3.CSS is a "framework" that helps design web pages. Over-simplified, a framework is instructions that CSS and HTML use for things like colors, fonts, layout, etc.
  • W3.CSS is "mobile first" and responsive.
  • W3.CSS is Open Source, which means we can legally and ethically use it.
  • W3.CSS is the easiest platform to learn and use.
  • W3.CSS is the fastest framework.

To repeat...W3.CSS is free, the easiest to use makes and the fastest web pages.

Bootstrap is probably the most used and well-known platform, and it's good. However, it uses JavaScript for things like fancy dropdown menus. We're making SEO-friendly direct marketing pages. We don't want or need these things. These abilities shouldn't be used by us marketers anyway, and only make Bootstrap pages a little slower and a little harder to design.

The templates are totally responsive as is. However, you can add things like images and tables that aren't responsive. Be careful with tables. It's impossible to put a lot of info into tables and expect them to look good on small handheld screens. Use them only to organize small bits of info and possibly to help with layout.

To make images responsive, you just need to use W3.CSS functions.

Use these code snippets to make images responsive and to align left, right or center.
Code:
<img src="image.jpg" alt="keyword" style="max-width:100%; float: left;  padding: 20px;">

<img src="image.jpg" alt="keyword" style="max-width:100%; float: right;  padding: 20px;">

<img src="image.jpg" alt="keyword" style="max-width:100%; float: center;  padding: 20px;">
 
Use this code snippet to make your embedded YouTube videos responsive:
Code:
<div class="embed-youtube">
    <iframe src="https://www.youtube.com/embed/22xJjwTRC10"></iframe>
</div>
   
Enjoy Generous Commissions up to 60%, find ready-to-use swipe files and more with
The Pheeds Kings and Queens of Content VIP Club affiliate program.

Click here to your affiliate link and get started now.

 
Like Reply


Messages In This Thread
What and Why W3.CSS - by Kurt - 03-21-2022, 05:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Check out all these AI text to art sites Kurt 0 1755 08-13-2022, 06:05 PM
Last Post: Kurt
  How to find folks that want to make money online w/o searching for make money online Kurt 0 1372 06-02-2022, 12:06 AM
Last Post: Kurt
  Two very effective and free long term link building strategies Kurt 1 2155 04-26-2022, 02:52 AM
Last Post: Kurt
  How to start a business with little or no money Kurt 0 1234 04-22-2022, 01:19 AM
Last Post: Kurt
  I hate spending other folks' money but pay for this HTML editor Kurt 0 1485 03-24-2022, 05:18 PM
Last Post: Kurt
  Don't choose keywords. Let keywords choose you or How to REALLY make money with SEO Kurt 0 2021 09-25-2021, 05:03 AM
Last Post: Kurt
  A short list of list sites Kurt 5 8092 08-16-2021, 04:39 AM
Last Post: Kurt
  How to make money aswering questions... Kurt 1 3356 07-10-2021, 01:29 AM
Last Post: Kurt
  What do they do with your money? Kurt 1 3809 03-18-2021, 11:41 PM
Last Post: 10x
  A Good intro to the Skyscraper Technique for Building Links Kurt 0 2924 02-04-2021, 12:26 AM
Last Post: Kurt

Forum Jump: