Update index.html
Browse files- index.html +3 -0
index.html
CHANGED
@@ -32,6 +32,9 @@
|
|
32 |
max-width: 100%;
|
33 |
height: auto;
|
34 |
}
|
|
|
|
|
|
|
35 |
</style>
|
36 |
</head>
|
37 |
<body>
|
|
|
32 |
max-width: 100%;
|
33 |
height: auto;
|
34 |
}
|
35 |
+
.blue-text {
|
36 |
+
color: blue;
|
37 |
+
}
|
38 |
</style>
|
39 |
</head>
|
40 |
<body>
|