about.css

About this file

This is the css file for the about page. The css file contains the styles for elements with class "row-centered" and with id "nyc-seal".

Code Check Report




csslint: There are 2 problems in .

about.css
1: warning at line 1, col 1
Rule doesn't have all its properties in alphabetical order.
.row-centered {

about.css
2: warning at line 6, col 1
Don't use IDs in selectors.
#nyc-seal {
                        

Documentation drawn from source code

.row-centered {
}

#nyc-seal {
}

.about-heading {
}

Source code