Skip to content

Commit 6098287

Browse files
Remove extra files to match directory requirements
1 parent faa8d1c commit 6098287

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

Sprint-3/quote-generator/style.css

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1 @@
11
/** Write your CSS in here **/
2-
body {
3-
background-color: #f4f4f9;
4-
display: flex;
5-
justify-content: center;
6-
align-items: center;
7-
height: 100vh;
8-
font-family: sans-serif;
9-
}
10-
11-
#content {
12-
background: white;
13-
padding: 2rem;
14-
border-radius: 10px;
15-
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
16-
text-align: center;
17-
}
18-
19-
button {
20-
background-color: #4a90e2;
21-
color: white;
22-
border: none;
23-
padding: 10px 20px;
24-
border-radius: 5px;
25-
cursor: pointer;
26-
}
27-
28-
button:hover {
29-
background-color: #357abd;
30-
}

Sprint-3/reading-list/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="stylesheet" href="style.css" />
7-
<title>Reading List</title>
7+
<title>Title here</title>
88
</head>
99
<body>
1010
<div id="content">

0 commit comments

Comments
 (0)