Skip to content

Commit fcf3e25

Browse files
committed
Reverting to commit id 320c164
1 parent 358e38c commit fcf3e25

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

foundations/01-css-methods/index.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,10 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Methods for Adding CSS</title>
8-
<link rel="stylesheet" href="style.css">
9-
<style>
10-
p {
11-
background-color: green;
12-
color: white;
13-
font-size: 18px;
14-
}
15-
</style>
168
</head>
179
<body>
1810
<div>Style me via the external method!</div>
1911
<p>I would like to be styled with the internal method, please.</p>
20-
<!-- an orange background and a font size of 18px -->
21-
<button style="background-color: orange; font-size: 18px;">Inline Method</button>
12+
<button>Inline Method</button>
2213
</body>
2314
</html>

0 commit comments

Comments
 (0)