Skip to content

Commit ed792e4

Browse files
⚡️ Lesson-07-08: About how to Traverse The DOM
1 parent 7aae17b commit ed792e4

File tree

1 file changed

+0
-21
lines changed
  • DOM Course/Lesson-07-8 Traversing the DOM

1 file changed

+0
-21
lines changed

DOM Course/Lesson-07-8 Traversing the DOM/style.css

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -118,24 +118,3 @@ body {
118118
display: block;
119119
clear: both;
120120
}
121-
122-
#tabbed-content li {
123-
display: inline-block;
124-
padding: 10px 14px;
125-
background: #ddd;
126-
border-radius: 4px;
127-
cursor: pointer;
128-
margin-right: 10px;
129-
}
130-
131-
#tabbed-content .tab {
132-
display: none;
133-
border: 1px solid #ddd;
134-
padding: 0 10px;
135-
border-radius: 4px;
136-
}
137-
138-
#tabbed-content .tab.active {
139-
display: block;
140-
}
141-

0 commit comments

Comments
 (0)