This is revision and practise of flexbox
This is their full example
:root {
--white: #fff;
--dark-blue: #13293d;
--tan: #d8a47f;
/* You can use it with any value that is repeated throughout the sheet */
--border-radius: 50px;
}
I now want to practise making a table
Heading 1, e.g. Name | Heading 2, e.g. Year of birth | Heading 3, e.g. Current Status |
---|---|---|
Phil | 1972 | Between jobs |
Bec | 1974 | Examinations Officer |
Oliver | 2002 | 3rd year student |
Elliot | 2004 | 1st year student |
Natasha | 2006 | Lower Sixth student |