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

Commit 35d07f9

Browse files
committed
Update
1 parent 0387605 commit 35d07f9

File tree

2 files changed

+11
-28
lines changed

2 files changed

+11
-28
lines changed

src/css/style.css

-26
This file was deleted.

src/index.html

+11-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,20 @@
88
<title>CSS UI - Modal</title>
99

1010
<!-- CSS styles -->
11-
<link rel="stylesheet" href="css/style.css">
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">
12+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
13+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&amp;subset=latin-ext">
14+
<link rel="stylesheet" href="https://css-ui.github.io/css/cssui.min.css">
15+
<link rel="stylesheet" href="css/style.modal.box.css">
16+
<style>
17+
body {
18+
font-family: 'Open Sans', sans-serif;
19+
}
20+
</style>
1221
</head>
1322
<body>
1423
<!-- container -->
15-
<div class="container">
24+
<div class="container" style="width: 600px; padding-top: 50px;">
1625

1726
<!-- modal box -->
1827
<div class="wrapper align center">

0 commit comments

Comments
 (0)