Skip to content

Commit

Permalink
CSS 2021 figures (#2444)
Browse files Browse the repository at this point in the history
* css figures

* Optimised images with calibre/image-actions

* figures 3-10

* Optimised images with calibre/image-actions

* figures 10-30

* Optimised images with calibre/image-actions

* figures 30-50

* Optimised images with calibre/image-actions

* all figures

* Optimised images with calibre/image-actions

* remove figure stubs

* smaller color stops img

* css lint fixes

* fix color contrast

* Update css.md

Descriptions for the first several figures (I lost count)

* Figure descriptions, part 2

Written up through "Images".

* Descriptions (and a new figure with TODOs) for Images

* Descriptions for Layout and Transitions/Animations

* Descriptions for Responsive design and Feature queries

* Finished descriptions!

* Clarifying edits

* Apply suggestions from code review

Co-authored-by: Barry Pollard <[email protected]>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Eric A. Meyer <[email protected]>
Co-authored-by: Barry Pollard <[email protected]>
  • Loading branch information
4 people authored Nov 10, 2021
1 parent 5df6282 commit 0ae3d74
Show file tree
Hide file tree
Showing 57 changed files with 1,103 additions and 0 deletions.
1,095 changes: 1,095 additions & 0 deletions src/content/en/2021/css.md

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/static/css/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,14 @@ td.numeric {
text-align: right;
}

td .numeric-good {
color: #38761d;
}

td .numeric-bad {
color: #b60000;
}

tbody tr:nth-child(even) {
background-color: #f2f2f280;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/images/2021/css/most-color-stops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/images/2021/css/rules-per-page.png
Binary file added src/static/images/2021/css/timing-functions.png
Binary file added src/static/images/2021/css/total-image-weight.png

0 comments on commit 0ae3d74

Please sign in to comment.