Skip to content
Open

h #319

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Video 09/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<body>
<div id="firstdiv" class="red bg-yellow">First</div>
<div id="seconddiv">Second</div>
<span class="red"></span>
<!-- <span class="red"></span> -->
</body>
</html>
2 changes: 1 addition & 1 deletion Video 19/colors.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<style>
/* https://codepen.io/web-dot-dev/pen/ZELGraM */
h1 {
/* color:darkred; */
color:darkred;
/* color: #0BEE0B; */
/* color: rgb(76, 125, 59); */
/* color: rgba(255, 22, 5, 0.175) */
Expand Down