Coding 101 for Won
Intro
- Sublime text and Neocities
- Boiler plate
- Managing Files
- command + option + i
HTML
- Few major tags
- <html>,<head>,<body>
- <h1>,<h2>
- <p>
- <a>
- <ul>,<ol>,<li>
- <div>
CSS
- Link files
- Default setting
- Padding and margin
- Text styles
- color
- font-family
- font-size
- font-style
- font-weight
- Div styles
- position: relative / absolute
- width/ height
- top / bottom / left/ right
- transform: translate (-50%,-50%)
- background-color
- boarder-radius
- .class and #id
- z-index
- Animation
- Media query
JS
TASKS
https://www.youtube.com/watch?v=9aDke7HDqfs&ab_channel=%EB%B9%94%EC%BA%A0%ED%94%84-%EC%BD%94%EB%94%A9%EC%9C%BC%EB%A1%9C%EC%9B%B9%EB%94%94%EC%9E%90%EC%9D%B8
When in trouble
back