* Graham * bemethavinci You just set your own css for it
create yourself a plain text file (call it whatever you want +.css)
for example my_styles.css and add a link in the head tags below the bootstrap ones
<link rel="stylesheet" href="/my_styles.css">
then add your own css styles to that file
for example bootstrap uses this to style <a> links
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

Copy code

all you need to do is change the hexadecimal color codes
2017-04-01 13:47 · (0)
* bemethavinci * Graham ok...what if i made mistakes on the site...and i want to back up the errors in the site...how do i fix it?
2017-04-01 15:40 · (0)
* Graham * bemethavinci keep regular copies of your files is the best way
sysadmin backups are taken but only every day or two and that sort of recovery is just for major foul ups (ie accidental deletion of vital data and whole folders ) not just for coding errors
2017-04-01 16:22 (edited 2017-04-01 16:30 by Graham ) · (0)
* bemethavinci * Graham ok...any idea about w3.css?...is it ok?
2017-04-01 21:27 · (0)
* Graham * bemethavinci
Yeah its fine
they are all fine
I have a simple template outline for a basic site http://cssw3s.xtgem.com/
but not much else
I just prefer the bootstrap
w3.css is just as much work it is not any easier
2017-04-01 22:35 (edited 2017-04-01 22:44 by Graham ) · (0)
* bemethavinci * Graham ok...how do i use it in my site!...i mean the w3.css...how do i design it?
2017-04-02 10:36 · (0)
* Graham * bemethavinci Everything you need is on the tutorial site https://www.w3schools.com/w3css/default.asp
you just have to work your way through it you can even edit and test using the examples
2017-04-02 10:48 (edited 2017-04-02 10:49 by Graham ) · (0)
* bemethavinci * Graham ok...thank you sir...
2017-04-02 15:30 · (0)
* bemethavinci * Graham is there any way i can customise my site usinq html5,css and jquery
2017-04-02 16:13 · (0)
* Graham * bemethavinci yes of course thats what it does
but thats even harder work as basically you have to create your own css template
2017-04-02 16:17 · (0)

Online: Guests: 1