ricoramiro
5/27/2017 - 3:24 AM

This is a CSS sheet that eliminates the harsh white backgrounds of most web pages by using Google's Material Color, blue.

This is a CSS sheet that eliminates the harsh white backgrounds of most web pages by using Google's Material Color, blue.

body { 

background-color: #3F51B5;
color: white;
font-size: 24px;
font-family: roboto;

}

body, li, p, HTML {
    word-wrap: break-word;
}

h1,h2,h3,h4 {

background-color: #1A237E;
color: white; roboto;
text-align:center;
padding: 15px;

}

ul, li {

font-size: 20px;

}

a {

color: white;

}

a: visited {

color: red;

}

a:hover {

color: khaki;
font-size: 34px;

}

table {

background-color: #1A237E;
color: white;
font-size: 16px;
border: 5px;
}

hr {

    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: ridge;
    border-width: 1px;
}

IMG {

max-width: 100%;
}