
/****************/
/* Farbverläufe */
/****************/


/***************************/
/* Farbverlauf im "BODY"   */
/**********************************/
/* Benutzung :                    */
/* -----------                    */
/* <body id="body_Farbverlauf">   */
/**********************************/

#body_Farbverlauf
{
    background-image: linear-gradient(LightSkyBlue, DarkSlateGray);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    /* List of colors:  https://en.wikipedia.org/wiki/Web_colors  */
    /* -moz-background-size: cover;    */
    /* background-repeat: repeat-x; */ /* repeats in x-direction*/
    /* colors: red; green; 
    /*        LightSkyBlue; lightblue; blue; royalblue;
    /*        yellow; turquoise ; coral; 
    /*        Gray; LightSlateGray; DarkSlateGray;  */
}






#Text_Hintergrund_Farbverlauf
{
    background-image: radial-gradient(red, yellow,blue);
/*    background-image: radial-gradient(red, yellow,navy);   */
    margin-left: 250px;
    margin-right: 250px;
    text-align: center;
    
/*    font-family: "Times New Roman", Times, serif;  */
    font-family: "Comic Sans MS", "Comic Sans", cursive; 
    font-family: Arial, Helvetica, sans-serif;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: large;
    font-size: 250%;
    
    border-style: solid;
    border-style: double;
    /* border-width: thick; */
    border-radius: 25px;
     
    padding: 55px;

    /* Comic Sans MS, Comic Sans, cursive  */

}


