-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from Birkbeck2/css24
grids css updated files
- Loading branch information
Showing
2 changed files
with
49 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Grids and other CSS concepts: Prep | ||
|
||
In this session we will learn about grids, positioning, pseudo elements and pseudo classes. Also we will be using CSS to create navigation features and some basic layouts. | ||
|
||
## Learning outcomes | ||
|
||
* Grids | ||
* Positioning, z-index | ||
* Pseudo class, pseudo elements | ||
* Attribute selectors | ||
* Navigation | ||
|
||
## Pre-sessional activities | ||
|
||
### Priority | ||
|
||
Frain, Ben; "[Chapter 5: Layout with CSS Grid](https://ebookcentral.proquest.com/lib/bbk/reader.action?docID=6192013&ppg=144)"; Responsive Web Design with HTML5 and CSS : Develop Future-Proof Responsive Websites Using the Latest HTML5 and CSS Techniques, 3rd Edition | ||
|
||
Learndev, "[Learn CSS Grids the Easy Way](https://youtu.be/eHaZlFcGl6k)", 8 mins 59 seconds, 16 July 2024 | ||
|
||
Bro Code, "[Learn CSS positions in 6 minutes!](https://www.youtube.com/watch?v=G4AWXOr4W-k)", 6 mins 23 seconds, 21 September 2023 | ||
|
||
Bro Code, "[Learn CSS pseudo-classes in 7 minutes](https://www.youtube.com/watch?v=Nrsy_2ogRfQ)", 7 mins 37 seconds, 21 September 2023 | ||
|
||
Bro Code, "[Learn pseudo-elements in 4 minutes](https://www.youtube.com/watch?v=tb1ou6W5M5s)", 4 mins 48 seconds, 7 September 2021 | ||
|
||
CodemanAcademy, "[z-index CSS tutorial](https://youtu.be/gobFv-JCTiU)", 37 seconds, 22 October 2023 | ||
|
||
### Also recommended | ||
|
||
Robbins, Jennifer; "[CSS Layout with Flexbox and Grid](https://ebookcentral.proquest.com/lib/bbk/reader.action?docID=5412749&ppg=439)"; Learning Web Design : A Beginner's Guide to HTML, CSS, JavaScript, and Web Graphics. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters