We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad57b3 commit c1dd52fCopy full SHA for c1dd52f
‎DOM Course/Lesson-01 Course Introduction/style.css
@@ -119,22 +119,3 @@ h2,h3 {
119
clear: both;
120
}
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
136
137
138
-#tabbed-content .tab.active {
139
- display: block;
140
0 commit comments