Skip to content

Commit ee41d22

Browse files
Link external stylesheet and remove inline styles
Removed inline styles from index.html and linked to an external stylesheet.
1 parent e2b367d commit ee41d22

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@
77
<meta name="title" content="Study Guide Creator">
88
<meta name="description" content="This website helps you create study guides and test yourself. You input the questions & answers, then take the test and get an instant score."/>
99
<link rel="icon" type="image/x-icon" href="favicon.ico">
10-
<style>
11-
body { font-family: sans-serif; text-align: center; padding-top: 100px; }
12-
kbd {
13-
background-color: #eee; border-radius: 3px; border: 1px solid #b4b4b4;
14-
box-shadow: 0 1px 1px rgba(0,0,0,.2); font-family: monospace; padding: 2px 4px;
15-
}
16-
</style>
10+
<link rel="stylesheet" href="style1.css">
1711
</head>
1812
<body>
1913
<main>

0 commit comments

Comments
 (0)