
h1 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    font-style: italic;


}

body{

    background-image: url("https://www.w3schools.com/cssref/img_tree.gif");
    background-color: bisque;
}
.test td, .test th{
    border: solid 1px;
  
}

.test {
    background-color: white;
}

.test th .current {
    padding-right: 12px;
    background-repeat: no-repeat;
    background-position: right center;

}
.test th .asc{
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTxS9VwqDLVqr70dzjW6r34Kff-k5SE27c_tg&s);
    background-size: 15px;
    width: 15px;
    height: 15px;
}


.test th .desc{
    background-image: url(https://cdn.iconscout.com/icon/premium/png-256-thumb/up-arrow-icon-svg-download-png-1597463.png);
    background-size: 15px;
    width: 15px;
    height: 15px;
}


/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
