Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 30ff38b

Browse files
committed
Update
1 parent 479272d commit 30ff38b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,24 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<title>CSS UI - Modal</title>
99

10-
<!-- CSS styles -->
10+
<!-- css -->
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">
1212
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1313
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&amp;subset=latin-ext">
1414
<link rel="stylesheet" href="https://css-ui.github.io/css/cssui.min.css">
15+
16+
<!-- css modal box -->
1517
<link rel="stylesheet" href="css/style.modal.box.css">
18+
19+
<!-- css only for this page -->
1620
<style>
1721
body {
1822
font-family: 'Open Sans', sans-serif;
1923
}
2024
</style>
2125
</head>
2226
<body>
23-
<!-- container -->
27+
<!-- demonstration page -->
2428
<div class="container" style="width: 600px; padding-top: 50px;">
2529

2630
<!-- modal box -->

0 commit comments

Comments
 (0)