OpenBrackets
Beginner Web Development
Week 6 Day 1
Welcome!
Welcome to class!
This is the Beginning Web Development class. Make sure you’re in the right place!
Schedule for today:
Reminders
Please keep your camera on as much as possible! This helps us know how you’re doing and whether you’re following along. It will also help you stay more engaged.
Don’t be afraid to ask questions!
Asking Questions
Type in chat
Or
How are you doing?
1 2 3 4 5 6 7 8 9 10
Positioning with CSS
Positioning of elements
The position itself
Handson with CSS
Create an HTML repl project
HTML repl project layout
index.html
<!DOCTYPE html>
<html>
<head>
...
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="static">Hello world</div>
<script src="script.js"></script>
</body>
</html>
style.css
div.static {
position: sticky;
top: 90px;
border: 3px solid #73AD21;
}
More CSS examples
Feedback
Please take a moment to fill out the Zoom poll before the end of class!
When you need help outside class
Email openbracketscoding@gmail.com with your class name, teacher, and question
If you are age 13 or older, you can try Discord
The age restriction is because of Discord’s Terms of Service
Thanks for coming to class!
Please let us know if you have any questions!