about.css

CSS-Datei für die zugehörige Datei about.html.

.about-bkg {
    background-color: white;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;   
}

.about-content {
    display: block;
    padding: 10px;
    overflow: auto;
    width: 100%;
    height:100%;
}

.about-content hr {
    margin-top:20px;
    margin-bottom: 20px;
    background: #888888;
    border: none;
    color: #888888;
    height: 1px;
    width: 100%;
}

.about-box {
    border-radius: 5px;
    border-color: gray;
    border-width: 1px;
    border-style: solid;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: start;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(136,136,136,0.75);
    -moz-box-shadow: 2px 2px 3px 0px rgba(136,136,136,0.75);
    box-shadow: 2px 2px 3px 0px rgba(136,136,136,0.75);
}

.privacy-text {
    text-align: justify;
}