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.
0 parents commit f12e692Copy full SHA for f12e692
index.html
@@ -0,0 +1,26 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
7
+ <title>Document</title>
8
+ <link rel="stylesheet" href="main.css">
9
+</head>
10
+<body>
11
+ <h1 class="blog-post">Our header</h1>
12
+ <p class="blog-post" style="color: blue; font-size: 30px;">The blog post</p>
13
+ <div class="blog-post">More info</div>
14
+</body>
15
+</html>
16
+
17
18
19
20
21
22
23
24
25
26
main.css
@@ -0,0 +1,5 @@
+.blog-post {
+ color: red;
+ font-size: 16px;
+ font-weight: normal;
+}
0 commit comments