home.css

About this file

The CSS file contains styles set for the home page, including styles set for the headers, home page description, request buttons, and links.

Code Check Report




csslint: There are 4 problems in .

home.css
1: warning at line 10, col 1
Rule doesn't have all its properties in alphabetical order.
.public-authorities {

home.css
2: warning at line 28, col 1
Rule doesn't have all its properties in alphabetical order.
.request-record-button {

home.css
3: warning at line 33, col 1
Rule doesn't have all its properties in alphabetical order.
.request-record-button-size {

home.css
4: warning at line 35, col 5
Unknown property 'padding-botton'.
    padding-botton: 2rem;
                        

Documentation drawn from source code

.home-page-header {
}

.home-page-description {
}

.public-authorities {
}

.public-authorities-header {
}

.nyc-gov-links {
}

.non-portal-agency-link {
}

.request-record-button {
}

.request-record-button-size {
}

Source code